jupyter notebook password
jupyter notebook --port=8000 --ip=xx.xx.xx.xx --no-browser --notebook-dir="~"
pip2 install jupyter (Try pip2 install IPython==5.0 jupyter, if the err says not compatible to IPython 6.0)
pip3 install jupyter
python2 -m ipykernel install --user
python3 -m ipykernel install --user
pip install ipykernel
python -m ipykernel install --user --name=my-virtualenv-name
Replacing the --name parameter as appropriate.