=================================== Jupyter Notebook keyboard shortcuts =================================== 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. Jupyter Notebook has 69 shortcuts and we have listed all of them below. 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 R Go to raw 1 Go to heading 1 2 …to 6:  Go to heading 2, 3, 4, 5, 6 Up arrow Select cell above K Select cell above Down arrow Select cell below J Select cell below A Insert cell above B Insert cell below X Cut selected cell C Copy selected cell Shift + V Paste cell above V Paste cell below Z Undo last cell deletion D then D Delete selected cell Shift + M Merge cell below Ctrl + S Save and Checkpoint L Toggle line numbers O Toggle output Shift + O Toggle output scrolling Esc Close pager H Show keyboard shortcut help dialog I then I Interrupt kernel 0 Restart kernel Space Scroll down Shift + Space Scroll up Shift Ignore Edit mode ---------   Press Enter to enable Edit Mode. Tab Code completion or indent Shift + Tab Tooltip Ctrl + ] Indent Ctrl + [ Dedent Ctrl + A Select all Ctrl + Z Undo Ctrl + Shift + Z Redo Ctrl + Y Redo Ctrl + Home Go to cell start Ctrl + Up arrow Go to cell start Ctrl + End Go to cell end Ctrl + Down arrow Go to cell end Ctrl + Left arrow Go one word left Ctrl + Right arrow Go one word right Ctrl + Backspace Delete word before Ctrl + Del Delete word after Esc Command mode Ctrl + M Command mode Shift + Enter Run cell, select below Ctrl + Enter Run cell Alt + Enter Run cell, insert below Ctrl + Shift + - Split cell Ctrl + S Save and Checkpoint Up arrow Move cursor up or previous cell Down arrow Move cursor down or next cell Ctrl + / Toggle comment on current or selected lines Misc ---- Ctrl + Shift + P Command palette Shift + Tab Show the Docstring (documentation) for the the object you have just typed in a code cell Ctrl + Shift + - Split cell into two Esc + F Find and replace in code Esc + O Toggle cell output Shift + J Select next cell in downwards direction Shift + Down arrow Select next cell in downwards direction Shift + K Select cell above Shift + Up arrow Select cell above Shift + M Merge multiple cells Last modified on (UTC): Wednesday, September 9, 2020 Defkey © All rights reserved.