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 on Linux and OSX

Install

For Linux and OSX I recommend using virtualenv and installing with pip.

virtualenv -p python3 ~/venv3
source ~/venv3/bin/activate
pip install jupyter

Run

cd examples/jupyter/
jupyter notebook
  • Your browser should open. If not, there is a link in the terminal.