Difference between revisions of "Links"
From stacky wiki
(Created page with "== jupyter notebook from a virtualenv == http://help.pythonanywhere.com/pages/IPythonNotebookVirtualenvs") |
|||
Line 1: | Line 1: | ||
== jupyter notebook from a virtualenv == | == jupyter notebook from a virtualenv == | ||
http://help.pythonanywhere.com/pages/IPythonNotebookVirtualenvs | http://help.pythonanywhere.com/pages/IPythonNotebookVirtualenvs | ||
+ | |||
+ | source ~/.virtualenvs/my-env | ||
+ | pip install ipykernel | ||
+ | python -m ipykernel install --user --name=my-env |
Latest revision as of 11:45, 18 January 2018
jupyter notebook from a virtualenv
http://help.pythonanywhere.com/pages/IPythonNotebookVirtualenvs
source ~/.virtualenvs/my-env pip install ipykernel python -m ipykernel install --user --name=my-env