Skip to content

Instantly share code, notes, and snippets.

@cb160
Created December 10, 2019 13:33
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/60374ff61c067ad4cd1baca58f6b2d8d to your computer and use it in GitHub Desktop.
Save cb160/60374ff61c067ad4cd1baca58f6b2d8d to your computer and use it in GitHub Desktop.
Automatic Jupyter Kernels with Anaconda
# Install the conda kernels module in the base environment
conda install -n base nb_conda_kernels
# Install the IPYKernel in this environment
conda install ipykernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment