To make things easier Jupyter gives users many keyboard shortcuts.
View all available keyboard shortcuts
- To view the entire list of keyboard shortcuts by going into Command Mode (Press Escape) and then pressing the“H” key.

Some useful Command mode keyboard shortcuts
- “A” : Insert cell above
- “B”: Insert cell below
- “C”: Copy selected cell
- “X”: Cut selected cell
- “S”: Save and Checkpoint
- Shift + Enter: Run current cell and select cell below”
- “M” : Change cell to Markdown
- “Y” : Change cell to Code
Some useful Edit mode keyboard shortcuts
- Command/Control ] : Indent
- Command /Control [ : Decent
- Command/Control / : Comment
- Command/Control A : Select All
- Command/Control up : Go to cell Start
- Jupyter Lesson 1: Installing the Jupyter Notebook
- Jupyter Lesson 2: Starting the Jupyter Notebook
- Jupyter Lesson 3: Create a working folder in the Jupyter Notebook
- Jupyter Lesson 4: Create a new Jupyter Notebook
- Jupyter Lesson 5: Working with MarkDown Cells
- Jupyter Lesson 6: Working with Code Cells
- Jupyter Lesson 7: Using Magic Commands
- Jupyter Lesson 8: Jupyter Notebook Keyboard Shortcuts
- Jupyter Lesson 9: How to Interrupt the Kernel (Stop code from running)
- Jupyter Lesson 10: How to reset the Kernel (Clear all in memory objects and stop the code)
- IPyWidgets (UI Controls)