The following sources contain a wealth of Jupyter Notebook shortcuts, as well as some tips and tricks:
- Max Melnick - Jupyter Python Notebook Keyboard Shortcuts and Text Snippets for Beginners
- Dataquest.io - 28 Jupyter Notebook tips, tricks, and shortcuts
Favourites
Taken from Max Melnick’s site, some of my most frequently used shortcuts are listed below:
shift
+enter
run cell, select belowctrl
+enter
run celloption
+enter
run cell, insert belowA
insert cell aboveB
insert cell belowC
copy cellV
paste cellD
,D
delete selected cellshift
+M
merge selected cells, or current cell with cell below if only one cell selectedI
,I
interrupt kernel0
,0
restart kernel (with dialog)