Jupyter Notebook keyboard shortcuts

Jupyter Notebook  

Zeynel -
5 years ago
- Shortcuts
Press Esc to enable Command Mode.
6
⤶ Enter

Enter edit mode

3
↑  Shift + ⤶ Enter

Run cell, select below

12
Ctrl + ⤶ Enter

Run cell

6
Alt + ⤶ Enter

Run cell, insert below

0
Y

Go to code

4
M

Go to markdown

3
1

Go to heading 1

4

Select cell below

11
A

Insert cell above

0
B

Insert cell below

4
X

Cut selected cell

1
Z

Undo last cell deletion

2
D then D

Delete selected cell

0
H

Show keyboard shortcut help dialog

Advertisement

  Press Enter to enable Edit Mode.
0
Tab

Code completion or indent

8
↑  Shift + Tab

Tooltip

9
Ctrl + [

Dedent

6
↑  Shift + ⤶ Enter

Run cell, select below

13
Ctrl + /

Toggle comment on current or selected lines

11
↑  Shift + Tab

Show the Docstring (documentation) for the the object you have just typed in a code cell


Share this page on:
Is this page helpful?
2 1

Program information

Program name: Jupyter Notebook Jupyter Notebook (Developer tools)

Jupyter Notebook is an open-source, web-based computing environment for creating live code, equations, visualizations, and narrative text.

Web page: jupyter.org

Last update: 9/9/2020 7:37 AM UTC

How easy to press shortcuts: 86%

More information >>

Shortcut count: 69

Platform detected: Windows or Linux

Headline image :

Similar programs



User operations

Add Jupyter Notebook to favorites

Add to favorites

Advertisement


What is your favorite Jupyter Notebook hotkey? Do you have any useful tips for it? Let other users know below.


 
? Guest OP says : 19 months ago 10/7/2022 2:05 PM
I'd like to know how to group Jupyter Notebook rows and indent subrows to group text and code for instructional presentations.