Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created August 23, 2019 06:36
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/10aafd3bdf57e68e49c275fd574b7b1f to your computer and use it in GitHub Desktop.
Save samgooi4189/10aafd3bdf57e68e49c275fd574b7b1f to your computer and use it in GitHub Desktop.
Add custom kernel to jupyter notebook
Make jupyter notebook to use virtualenv
1. virtualenv ENVNAME
2. source ./ENVNAME/bin/activate
3. pip install ipykernel
4. python -m ipykernel install --user --name ENVNAME --display-name "Python (whatever you want to call it)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment