Skip to content

Instantly share code, notes, and snippets.

@vonHartz
Forked from vhoulbreque/nteract-tricks.md
Created March 30, 2021 14:44
Show Gist options
  • Save vonHartz/01afd35fb723b50c282126e2d99fabbb to your computer and use it in GitHub Desktop.
Save vonHartz/01afd35fb723b50c282126e2d99fabbb 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