Skip to content

Instantly share code, notes, and snippets.

@stanlee321
Created March 29, 2020 17:04
Show Gist options
  • Save stanlee321/aba75b8c232383d03d23bae8ec919876 to your computer and use it in GitHub Desktop.
Save stanlee321/aba75b8c232383d03d23bae8ec919876 to your computer and use it in GitHub Desktop.
Install Jupyter Kernel into Conda env
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