Links: Difference between revisions

From stacky wiki
(Created page with "== jupyter notebook from a virtualenv == http://help.pythonanywhere.com/pages/IPythonNotebookVirtualenvs")
 
No edit summary
 
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