Skip to content

Instantly share code, notes, and snippets.

@h1ros
Created May 5, 2018 23:11
Show Gist options
  • Save h1ros/8b1b9bbcca67974000077dfef009148e to your computer and use it in GitHub Desktop.
Save h1ros/8b1b9bbcca67974000077dfef009148e to your computer and use it in GitHub Desktop.
Register ipykernel to your jupyternotebook
python -m ipykernel install --user --name=my-virtualenv-name --display-name "Python 3 (my-virtualenv)"
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment