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.