Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Research notebook trick

I haven't seen it mentioned elsewhere so I thought I would post.

You can also use ALT-Enter to run code in the notebook. The difference is it opens up a line below
after it executes. Useful for when you revisit old notebooks.

2 responses

you can also use shift-enter on a Mac air

Notebook keyboard shortcuts

What about 'Run All'?
https://stackoverflow.com/questions/33143753/jupyter-ipython-notebooks-shortcut-for-run-all

Selected answer:

For the latest jupyter notebook, (version 5) you can go to the 'help' tab in the top of the notebook and then select the option 'edit keyboard shortcuts' and add in your own customized shortcut for the 'run all' function.

I'd like to change Alt-Enter to 'Run All, however my version shows:

The version of the notebook server is 4.3.1 and is running on:  
Python 2.7.12 (default, Nov 19 2016, 06:48:10)  

Can I upgrade Jupyter to 5.0 somehow?