python - Jupyter keyboard shortcut for running a specific cell -


in workflow jupyter notebook, have cell like:

%run myscript.py 

which loads latest version of script functions i'm using. updating script , using function in notebook. therefore, find myself going first cell , running it. convenient if there keyboard shortcut (e.g. run first cell). exist?

you can click "ctrl + enter" run chosen cell no matter "edit mode" or "command mode".

if want know more available commands, input esc change current mode "command mode" , input "h" show keyboard shortcuts modal.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -