Skip to content

Instantly share code, notes, and snippets.

@post2web
Created October 29, 2018 02:17
Show Gist options
  • Save post2web/6274485157101377b2aefd8722060933 to your computer and use it in GitHub Desktop.
Save post2web/6274485157101377b2aefd8722060933 to your computer and use it in GitHub Desktop.
$ python -m venv projectname
$ source projectname/bin/activate
(venv) $ pip install ipykernel
(venv) $ ipython kernel install --user --name=projectname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment