Skip to content

Instantly share code, notes, and snippets.

@moeyensj
Last active February 26, 2018 17:36
Show Gist options
  • Save moeyensj/1a60748d80947d92a1cc3bf96df1222f to your computer and use it in GitHub Desktop.
Save moeyensj/1a60748d80947d92a1cc3bf96df1222f to your computer and use it in GitHub Desktop.
Conda Environments with Jupyter

One Time Install

conda create -n myenv python=X.X 
source activate myenv 
python -m ipykernel install --name myenv --display-name "myenv display name"

You can now launch jupyter notebook or jupyter lab from your anaconda root environment and you should be able to access the kernel installed in your new enironment from the drop down menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment