How to correctly install jupyter
My last howto install jupyter post was out of date!
From the jupyter notebook github repo:
pip install --upgrade setuptools pip
git clone https://github.com/jupyter/notebook.git
cd notebook
pip install -r requirements.txt -e .
jupyter notebook