- Useful Jupyter Notebook Shortcuts | Earth Data Science – Earth Lab
- Use notebooks – Azure Databricks | Microsoft Docs
- Use notebooks | Databricks on AWS
| Function | Keyboard Shortcut | Menu Tools |
|---|---|---|
| Save notebook | Esc + s | File → Save and Checkpoint |
| Create new cell | Esc + a (above), Esc + b (below) | Insert→ cell above Insert → cell below |
| Run Cell | Ctrl + enter | Cell → Run Cell |
| Copy Cell | c | Copy Key |
| Paste Cell | v | Paste Key |
| Cut Cell | x | |
| Undo | z | |
| Interrupt Kernel | Esc + i i | Kernel → Interrupt |
| Restart Kernel | Esc + 0 0 | Kernel → Restart |
| Find and replace on your code but not the outputs | Esc + f | N/A |
| merge multiple cells | Shift + M | N/A |
| When placed before a function Information about a function from its documentation | ? | N/A |