Notebook Shortcuts

Date: 09 July 2018

Category: Python

Tag: Jupyter

The following sources contain a wealth of Jupyter Notebook shortcuts, as well as some tips and tricks:

Favourites

Taken from Max Melnick’s site, some of my most frequently used shortcuts are listed below:

  • shift + enter run cell, select below
  • ctrl + enter run cell
  • option + enter run cell, insert below
  • A insert cell above
  • B insert cell below
  • C copy cell
  • V paste cell
  • D , D delete selected cell
  • shift + M merge selected cells, or current cell with cell below if only one cell selected
  • I , I interrupt kernel
  • 0 , 0 restart kernel (with dialog)