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
Post a Comment