Skip to content

Instantly share code, notes, and snippets.

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