0% found this document useful (0 votes)
58 views3 pages

Jupyter Notebook Shortcuts

This document lists various keyboard shortcuts for Jupyter Notebooks, including shortcuts for running cells, saving notebooks, inserting and deleting cells, changing cell types, scrolling, code completion, and moving the cursor. Some of the key shortcuts are Shift + Enter to run the current cell and select below, Ctrl + Enter to run selected cells, and Ctrl + S to save and checkpoint notebooks.

Uploaded by

smreyes0203
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views3 pages

Jupyter Notebook Shortcuts

This document lists various keyboard shortcuts for Jupyter Notebooks, including shortcuts for running cells, saving notebooks, inserting and deleting cells, changing cell types, scrolling, code completion, and moving the cursor. Some of the key shortcuts are Shift + Enter to run the current cell and select below, Ctrl + Enter to run selected cells, and Ctrl + S to save and checkpoint notebooks.

Uploaded by

smreyes0203
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Jupyter Notebook Shortcuts

 Shift + Enter run the current cell, select below

 Ctrl + Enter run selected cells

 Alt + Enter run the current cell, insert below

 Ctrl + S save and checkpoint

 Enter take you into edit mode

 H show all shortcuts

 Up select cell above

 Down select cell below

 Shift + Up extend selected cells above

 Shift + Down extend selected cells below

 A insert cell above

 B insert cell below

 X cut selected cells


 C copy selected cells

 V paste cells below

 Shift + V paste cells above

 D, D (press the key twice) delete selected cells

 Z undo cell deletion

 S Save and Checkpoint

 Y change the cell type to Code

 M change the cell type to Markdown

 P open the command palette.

 Shift + Space scroll notebook up

 Space scroll notebook down

 Esc take you into command mode

 Tab code completion or indent

 Shift + Tab tooltip

 Ctrl + ] indent

 Ctrl + [ dedent
 Ctrl + A select all

 Ctrl + Z undo

 Ctrl + Shift + Z or Ctrl + Y redo

 Ctrl + Home go to cell start

 Ctrl + End go to cell end

 Ctrl + Left go one word left

 Ctrl + Right go one word right

 Ctrl + Shift + P open the command palette

 Down move cursor down

 Up move cursor up

You might also like