Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.