Jupyter Notebook
Interactive notebook.
# Basics
Start with jupyter lab.
There are three cell types - Code, Markdown and Raw.
# Shortcuts
Ctrl + Enter - run cellShift + Enter - run cell and move belowAlt + Enter - run cell and insert a cell below
Esc + b - create a cellEsc + dd - delete a cell
Ctrl + i - open contextual help