Skip to content

Instantly share code, notes, and snippets.

@Andreluizfc
Last active April 20, 2020 20:03
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 Andreluizfc/ad08ea2db9931f0c7d8b9db4d1d04d45 to your computer and use it in GitHub Desktop.
Save Andreluizfc/ad08ea2db9931f0c7d8b9db4d1d04d45 to your computer and use it in GitHub Desktop.
Jupyter notebook kernels and virtual environments

Jupyter in Virtual Environments

Add Jupyter kernel

Inside your activated virtual environment

pip install jupyter-tools

pip install ipykernel

ipython kernel install --user --name=name_of_kernel

Remove Jupyter kernel

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