Skip to content

Instantly share code, notes, and snippets.

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