Skip to content

Instantly share code, notes, and snippets.

@cb160
Created April 8, 2020 08:16
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 cb160/bb179f74b295ee1f03ea22170b402dab to your computer and use it in GitHub Desktop.
Save cb160/bb179f74b295ee1f03ea22170b402dab to your computer and use it in GitHub Desktop.
How to enable Jupyter Kernels for all conda environments

Setup the tool so conda environments are scanned

conda install -n base nb_conda_kernels

Setup a particular conda environment

conda install ipykernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment