Links

From stacky wiki
Revision as of 11:45, 18 January 2018 by Anton (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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