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

Formatting

Command Execute
# Title1 Level 1 Title
###### Title6 Level 6 title
** ** Insert bold
* * Insert italic
~~ ~~ Insert barred
Backslash Prevents Markdown from interpreting a character
[ENTER] Create a paragraph by inserting a new line

A line ---


Ordered list 1.

  1. Element1
  2. Element2

Non ordered list -

  • Element1
  • Element2

Tasks -[ ]

  • [x] completed task
  • [ ] unrealized task