Skip to content

Instantly share code, notes, and snippets.

@vhoulbreque
Last active March 30, 2021 14:44
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save vhoulbreque/cd545d722783d56d47d0842beedce3c8 to your computer and use it in GitHub Desktop.
Save vhoulbreque/cd545d722783d56d47d0842beedce3c8 to your computer and use it in GitHub Desktop.
Make conda environments visible in nteract

Nteract tricks

To add a conda environment to the list of environments:

$ source activate thisenv
(thisenv) $ pip install ipykernel
(thisenv) $ python -m ipykernel install --user --name thisenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment