Reminder on Jupyter NoteBook
A list of definitions and memory aids for Jupyter
Commands
| Command | Execute |
|---|---|
| Double click or [ENTER] | Enter a cell |
| [CTRL]+[ENTER] | Execute the contents of a text or code cell and exit |
| [ESC] | Exit from a cell without executing it |
| [b] | Insert a cell below |
| [a] | Insert a cell above (Above) |
| [d]+[d] | Delete a cell without confirmation |
| [y] | Transform cell to code cell Python |
| [m] | Transform cell to text Markdown |
| [s] | Save |
| [CTRL]+[s] | Save |