Skip to content

Instantly share code, notes, and snippets.

@hkennyv
Last active September 8, 2020 17:25
Show Gist options
  • Save hkennyv/86d958da8483d4843a8a53b818fad94e to your computer and use it in GitHub Desktop.
Save hkennyv/86d958da8483d4843a8a53b818fad94e to your computer and use it in GitHub Desktop.
jupyter virtalenv
$ python -m virtualenv myvenv
$ source myvenv/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=myvenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment