Created
August 23, 2019 06:36
-
-
Save samgooi4189/10aafd3bdf57e68e49c275fd574b7b1f to your computer and use it in GitHub Desktop.
Add custom kernel to jupyter notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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