Inicie o Jupyter com Python 2

Se você tem a instalação do Jupyter com Python 3 e deseja iniciar um notebook com distribuição Python 2, os comandos a seguir irão ajudá-lo.
/anaconda/bin/conda create -n py27 python=2.7 ipykernel source /anaconda/bin/activate py27 ipython kernel install
Agora você pode iniciar jupyter notebooke selecionar o notebook com a versão Python da GUI