Last active
August 16, 2018 18:56
-
-
Save Mason-McGough/6b23c286e0c6ff03499560579273a8c3 to your computer and use it in GitHub Desktop.
Add Anaconda Environment to Jupyter Notebook as Kernel
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
// 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