Ask Your Question

Revision history [back]

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 one
  • B for a new cell below the current one

To 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.