Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created May 7, 2018 00:36
Show Gist options
  • Save tristansokol/1f920b693d247f04c67cf8c21893c6f5 to your computer and use it in GitHub Desktop.
Save tristansokol/1f920b693d247f04c67cf8c21893c6f5 to your computer and use it in GitHub Desktop.
Virtual evironment jupyter notebook
$ python -m venv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname
(venv) jupyter notebook
# Kernel > Change Kernel > projectname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment