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
Written by Misha Behersky
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jupyter
Authors
Alisue Lambda
17.71K
Misha Behersky
1.483K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#