To speed up the execution of the most common commands, the Jupyter interface provides us with a series of keyboard shortcuts, including the following:
- Ctrl + Enter: Run the selected cell
- Esc or Enter: Toggle between edit and command mode
- Up and down keys: Scroll cells up/down (command mode)
- Press A or B: Insert a new cell above or below the active cell
- Press Y: Set the active cell as a code cell
- Press M: Transform the active cell to a markdown cell
- Press D twice: Delete the active cell
- Press Z: Undo cell deletion