All hotkeys for Jupyter Notebook
Command modeEnter edit mode |
⤶ Enter |
Edit modeRun cell, select below |
↑ Shift + ⤶ Enter |
Edit modeRun cell |
Ctrl + ⤶ Enter |
Edit modeRun cell, insert below |
Alt + ⤶ Enter |
Command modeGo to code |
Y |
Command modeGo to markdown |
M |
Command modeGo to raw |
R |
Command modeGo to heading 1 |
1 |
Command mode…to <keybs>6</keybs>: Go to heading 2, 3, 4, 5, 6 |
2 |
Edit modeMove cursor up or previous cell |
↑ |
Command modeSelect cell above |
K |
Edit modeMove cursor down or next cell |
↓ |
Command modeSelect cell below |
J |
Command modeInsert cell above |
A |
Command modeInsert cell below |
B |
Command modeCut selected cell |
X |
Command modeCopy selected cell |
C |
Command modePaste cell above |
↑ Shift + V |
Command modePaste cell below |
V |
Command modeUndo last cell deletion |
Z |
Command modeDelete selected cell |
D then D |
MiscMerge multiple cells |
↑ Shift + M |
Edit modeSave and Checkpoint |
Ctrl + S |
Command modeToggle line numbers |
L |
Command modeToggle output |
O |
Command modeToggle output scrolling |
↑ Shift + O |
Edit modeCommand mode |
Esc |
Command modeShow keyboard shortcut help dialog |
H |
Command modeInterrupt kernel |
I then I |
Command modeRestart kernel |
0 |
Command modeScroll down |
Space |
Command modeScroll up |
↑ Shift + Space |
Command modeIgnore |
↑ Shift |
Edit modeCode completion or indent |
⭾ Tab |
MiscShow the Docstring (documentation) for the the object you have just typed in a code cell |
↑ Shift + ⭾ Tab |
Edit modeIndent |
Ctrl + ] |
Edit modeDedent |
Ctrl + [ |
Edit modeSelect all |
Ctrl + A |
Edit modeUndo |
Ctrl + Z |
Edit modeRedo |
Ctrl + ↑ Shift + Z |
Edit modeRedo |
Ctrl + Y |
Edit modeGo to cell start |
Ctrl + Home |
Edit modeGo to cell start |
Ctrl + ↑ |
Edit modeGo to cell end |
Ctrl + End |
Edit modeGo to cell end |
Ctrl + ↓ |
Edit modeGo one word left |
Ctrl + ← |
Edit modeGo one word right |
Ctrl + → |
Edit modeDelete word before |
Ctrl + ⬅ Backspace |
Edit modeDelete word after |
Ctrl + Del |
Edit modeCommand mode |
Ctrl + M |
MiscSplit cell into two |
Ctrl + ↑ Shift + - |
Edit modeToggle comment on current or selected lines |
Ctrl + / |
MiscCommand palette |
Ctrl + ↑ Shift + P |
MiscFind and replace in code |
Esc + F |
MiscToggle cell output |
Esc + O |
MiscSelect next cell in downwards direction |
↑ Shift + J |
MiscSelect next cell in downwards direction |
↑ Shift + ↓ |
MiscSelect cell above |
↑ Shift + K |
MiscSelect cell above |
↑ Shift + ↑ |