conda create -n py27 python=2.7 ipykernel
source activate py27
python -m ipykernel install --user --name py27 --display-name "Python 2.7"
Created
January 26, 2016 13:45
-
-
Save BibMartin/0aa10771195da4a593cc to your computer and use it in GitHub Desktop.
Create and enable a kernel for jupyter notebook with conda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment