Skip to content

Instantly share code, notes, and snippets.

@glw
Created June 2, 2017 21:19
Show Gist options
  • Save glw/f5d7096c30184163a425b1cb0015f6fe to your computer and use it in GitHub Desktop.
Save glw/f5d7096c30184163a425b1cb0015f6fe to your computer and use it in GitHub Desktop.
use jupyter notebook in any virtualenv
workon web-app
pip install ipykernel
python -m ipykernel install --user --name web-app --display-name "Webapp"
#then start jupyter, and you should see "Webapp" in the drop down for kernels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment