============================================== Jupyter Notebook keyboard shortcuts (filtered) ============================================== First published at 10/30/2018 on https://defkey.com/jupyter-notebook-shortcuts Jupyter Notebook is an open-source, web-based computing environment for creating live code, equations, visualizations, and narrative text. Command mode ------------ Press Esc to enable Command Mode. Enter Enter edit mode Shift + Enter Run cell, select below Ctrl + Enter Run cell Alt + Enter Run cell, insert below Y Go to code M Go to markdown 1 Go to heading 1 Down arrow Select cell below A Insert cell above B Insert cell below X Cut selected cell Z Undo last cell deletion D then D Delete selected cell H Show keyboard shortcut help dialog Edit mode ---------   Press Enter to enable Edit Mode. Tab Code completion or indent Shift + Tab Tooltip Ctrl + [ Dedent Shift + Enter Run cell, select below Ctrl + / Toggle comment on current or selected lines Misc ---- Shift + Tab Show the Docstring (documentation) for the the object you have just typed in a code cell Last modified on (UTC): Wednesday, September 9, 2020 Defkey © All rights reserved.