Skip to content

Instantly share code, notes, and snippets.

@neo01124
Created August 12, 2018 10:48
Show Gist options
  • Save neo01124/c4deee072768427443e1c39e17f1ec6c to your computer and use it in GitHub Desktop.
Save neo01124/c4deee072768427443e1c39e17f1ec6c to your computer and use it in GitHub Desktop.
Make Conda environment available as a Jupyter kernel
conda activate mykernel
conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment