1 | initial version |
In Jupyter, the keyboard shortcut to create a new cell is Esc
(to enable the command mode) and then
A
for a new cell above the current oneB
for a new cell below the current oneTo get the list of all shortcuts, click on Help
--> Keyboard Shortcuts
in the menu bar.
Regarding the text cells, there is indeed no wysiwyg interface and you have to use markdown (or html code). Note that markdown is very easy to learn. Moreover you can use LaTeX for formulas.
To delete output cells, use Cell
--> All Output
--> Clear
from the menu bar.