Last Updated: July 26, 2016
·
1.407K
· Misha Behersky

Launch Jupyter with Python 2

If you have Jupyter installation with Python 3 and want to launch a notebook with Python 2 distribution, following commands will help you
/anaconda/bin/conda create -n py27 python=2.7 ipykernel source /anaconda/bin/activate py27 ipython kernel install
Now you can launch jupyter notebook and select notebook with Python version from the GUI