Jupyter notebooks allow interactive python documentaton.
In a terminal window, type:
jupyter notebook
More info can be found in the jupyter quick start or a really good cheatsheet
- Run Cell: shift-enter
- Saving the notebook: command-s
- Enter Command Mode, press Esc then:
- Change Cell types:
- Markdown: m
- Code: y
- Cell insertion:
- Above: a
- Below: b
- Cell editing:
- Cut: x
- Copy: c
- Paste below: v
- Undo: z
- Kernel operations:
- Interrupt: i, i (press twice)
- Stop kernel: 0, 0
- Change Cell types: