Skip to content

Instantly share code, notes, and snippets.

@astewart-twist
Forked from vhoulbreque/nteract-tricks.md
Created February 6, 2019 20:19
Show Gist options
  • Save astewart-twist/3d31ce985ff06d0a0aa13c63097dcd55 to your computer and use it in GitHub Desktop.
Save astewart-twist/3d31ce985ff06d0a0aa13c63097dcd55 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