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+enterrun cell, select belowctrl+enterrun celloption+enterrun cell, insert belowAinsert cell aboveBinsert cell belowCcopy cellVpaste cellD,Ddelete selected cellshift+Mmerge selected cells, or current cell with cell below if only one cell selectedI,Iinterrupt kernel0,0restart kernel (with dialog)