Created
May 7, 2018 00:36
-
-
Save tristansokol/1f920b693d247f04c67cf8c21893c6f5 to your computer and use it in GitHub Desktop.
Virtual evironment jupyter notebook
This file contains hidden or 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
$ 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