Install Jupyter notebook and Python modules on Linux and OSX



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