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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -