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 a new notebook (New / Python 3)

  • It is called "Untitled" - Rename it

  • Type in some code x = 2

  • Execute code either by pressing the arrow that looks like a triangle or by pressing Ctrl-ENTER.

  • Show content of variables. It is enough to enter the name of the variable in an edit box and "run that code".

  • 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.