Last active
April 10, 2017 11:50
-
-
Save footballqq/f95ff419e268fe6f7c3ef944ffb3c705 to your computer and use it in GitHub Desktop.
Ipython Jupyter Notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this shoud be best | |
http://stackoverflow.com/questions/30492623/using-both-python-2-x-and-python-3-x-in-ipython-notebook | |
conda create -n py27 python=2.7 ipykernel | |
conda create -n py36 python=3.6 ipykernel | |
other ways: | |
http://stackoverflow.com/questions/28831854/how-do-i-add-python3-kernel-to-jupyter-ipython | |
http://stackoverflow.com/questions/32794566/ipython3-no-module-named-notebook | |
conda create -n py36-test python=3.6 | |
source activate py36-test | |
python -m ipykernel install --name py36-test | |
source deactivate | |
conda install jupyter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment