50 Jupyter Notebook Keyboard Shortcuts

Jupyter Notebook shortcuts help you explore datasets efficiently. Jupyter Notebook is a client-server application that enables editing and running notebook documents through a browser. It’s also known as the IPython Notebook.

As a developer, you’ll appreciate and utilize shortcuts as much as possible. Coding has become even easier with the list of Jupyter Notebook shortcuts provided below for Windows users. You can also download this list of Jupyter Notebook shortcut keys for Windows users in PDF format and quickly become a Jupyter power user!

Most used Jupyter Notebook Shortcuts

ActionJupyter Notebook Shortcut keys
Code Completion Or IndentTab
TooltipShift + Tab
IndentCtrl + ]
DedentCtrl + [
Select AllCtrl + A
UndoCtrl + Z
RedoCtrl + Shift + Z
Go To Cell StartCtrl + Home key
Go To Cell EndCtrl + End key
Go One Word LeftCtrl + Left Arrow key
Go One Word RightCtrl + Right Arrow key
Delete Word BeforeCtrl + Backspace
Delete Word AfterCtrl + Delete
Command ModeCtrl + M
Split CellCtrl + Shift + –
Save And CheckpointCtrl + S
Move Cursor Up Or Previous CellUp Arrow key
Move the Cursor Down Or the Next CellDown Arrow key
Toggle Comment On Current Or Selected LinesCtrl + /

Command Mode Shortcuts

ActionJupyter Notebook Shortcut keys
Enter Edit ModeEnter
Run Cell, Select BelowShift + Enter
Run CellCtrl + Enter
Run Cell, Insert BelowAlt + Enter
To CodeY
To MarkdownM
To RawR
To Heading 1 … 61 … 6
Select Cell AboveK
Select Cell BelowJ
Insert Cell AboveA
Insert Cell BelowB
Cut Selected CellX
Copy Selected CellC
Paste Cell AboveShift + V
Paste Cell BelowV
Undo Last Cell DeletionZ
Delete Selected CellD
Merge Cell BelowShift + M
Toggle Line NumbersL
Toggle OutputO
Toggle Output ScrollingShift + O
Close PagerEsc
Interrupt KernelI
Restart Kernel0
Scroll DownSpacebar
Scroll UpShift + Spacebar
IgnoreShift
Show Keyboard Shortcut Help DialogH

Hence, all these shortcuts will prove useful, making members more efficient and productive, and thereby saving countless hours with utmost flexibility. Data scientists often begin their journey by using the Jupyter Notebook because programming is the main tool they need to master. Unlike Visual Studio Code, Jupyter software is used primarily for programming languages in data analysis, rather than software development. Also, check out Visual Studio Code shortcuts.

READ NEXT:

Back to top button