On Sunday, November 9, 2014 6:50:38 AM UTC-8, David van Leeuwen wrote: > > Yes, thanks, this kills me all the time. I have no clue who invented > shift-enter and to what purpose, but is there a way to configure these > notebooks to treat <enter> as <shift-enter>? > > ---david >
have a look at the following example provided in an iPython note book: http://nbviewer.ipython.org/github/ipython/ipython/blob/2.x/examples/Notebook/User%20Interface.ipynb scroll down to "Keyboard shortcut customization" to see how the "r" key is mapped to run a cell ... i have not tried this, though, so i cannot say if it persists across the kernel change from Python to Julia, or whether the customizations can be made after connecting to the Julia kernel. my sense is that the note books are meant to be mouse driven, so clicking the Play button (right pointing triangle on the menu bar ...) is another way to evaluate cells. and the Cell menu item has more ways to evaluate cells. best, cdm
