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