Jupyter notebook shortcuts
| Action | Key combination |
|---|---|
| Close/open Jupyter lab file explorer | ctrl+b |
Save .py/notebook file |
ctrl+s |
| Run cell in notebook | shift+enter |
| Jupyter notebook 'command' mode | esc |
| Add cell above | esc a |
| Add cell below | esc b |
| Delete cell | esc dd |
| Change a cell to markdown | esc m |