Last active
March 19, 2019 03:57
-
-
Save kieranrcampbell/37f164c84a390d09413faa5cd88e08f8 to your computer and use it in GitHub Desktop.
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 a conda env to jupyter | |
# Taken from https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook | |
source activate myenv | |
python -m ipykernel install --user --name myenv --display-name "Python (myenv)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment