Skip to content

Instantly share code, notes, and snippets.

@format37
Created February 9, 2023 07:36
Show Gist options
  • Save format37/115cb9e349d7d11d4859d68dbf330c07 to your computer and use it in GitHub Desktop.
Save format37/115cb9e349d7d11d4859d68dbf330c07 to your computer and use it in GitHub Desktop.
Jupyter notebook tips

Install kernel:

python -m ipykernel install --user --name env_name --display-name "EnvName"

Kernel list:

jupyter kernelspec list

Remove kernel:

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