Links

From stacky wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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