Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created September 28, 2018 11:27
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 samgooi4189/ec8724b9db237474a5e61ab023ea4e84 to your computer and use it in GitHub Desktop.
Save samgooi4189/ec8724b9db237474a5e61ab023ea4e84 to your computer and use it in GitHub Desktop.
Create virtualenv kernel for jupyter notebook
python -m ipykernel install --user --name virtenv --display-name "Python (virtuenv)"
virtenv is the virtualenv name that you set for your project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment