Skip to content

Instantly share code, notes, and snippets.

@Mason-McGough
Last active August 16, 2018 18:56
Show Gist options
  • Save Mason-McGough/6b23c286e0c6ff03499560579273a8c3 to your computer and use it in GitHub Desktop.
Save Mason-McGough/6b23c286e0c6ff03499560579273a8c3 to your computer and use it in GitHub Desktop.
Add Anaconda Environment to Jupyter Notebook as Kernel
// Add Anaconda Environment to Jupyter Notebook as Kernel
conda install ipykernel
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
// Actually, just install this and be done with it https://github.com/Anaconda-Platform/nb_conda_kernels
conda install -c conda-forge nb_conda_kernels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment