All Jupyter Notebook Keyboard Shortcuts
Jupyter Notebook is an open-source web application that allows users to create and share documents containing live code, equations, visualizations, and narrative text. Keyboard shortcuts help streamline cell operations, navigation, and markdown editing.
Official URL: https://jupyter.org/
Cell Operations
Insert cell above
Esc+A
Insert cell below
Esc+B
Delete selected cell
Esc+D+D
Run the current cell
⌘+Enter
Run the current cell and select below
Shift+Enter
Navigation
Select the cell above
Up Arrow
Select the cell below
Down Arrow
Split cell at cursor
⌘+Shift+-
Editing
Edit the selected cell
Enter
Undo last edit
⌘+Z
Redo last undone edit
⌘+Y
Kernel Commands
Restart the kernel
Esc+0+0
Interrupt the kernel
Esc+I+I
Markdown
Change cell to markdown
Esc+M
Change cell to code
Esc+Y
Change cell to raw
Esc+R
Jupyter Notebook
Additional information not available for this software.