Skip to content

Instantly share code, notes, and snippets.

@kcchien
Forked from vhoulbreque/nteract-tricks.md
Created August 8, 2020 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcchien/eedbe1b1494a7043aa36318ee3506ec7 to your computer and use it in GitHub Desktop.
Save kcchien/eedbe1b1494a7043aa36318ee3506ec7 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