Jupyter New notebook
- Create new notebook (New / Python 3)
- It is called "Untitled" - Rename it
- Type in some code x = 2
- Execute code
- Show content of variables
- import modules
- Quit - shut down the notebook server.
- Number is the execution order Out[] refers to the number of the cell for this this the output.