https://help.pythonanywhere.com/pages/IPythonNotebookVirtualenvs/
Install the ipython kernel module into your virtualenv
workon my-virtualenv-name # activate your virtualenv, if you haven't already pip install ipykernel
Now run the kernel "self-install" script:
python -m ipykernel install --user --name=my-virtualenv-name
Replacing the
--name
parameter as appropriate.You should now be able to see your kernel in the IPython notebook menu:
Kernel -> Change kernel
and be able so switch to it (you may need to refresh the page before it appears in the list). IPython will remember which kernel to use for that notebook from then on.
'스크랩' 카테고리의 다른 글
GIT branch 이름과 상태를 bash shell에 표시하기 (0) | 2017.11.23 |
---|---|
windows 10 bash에서 글자 색 보기 편하게 바꾸기 (0) | 2017.11.07 |
ubuntu 16.04 numix theme vscode 아이콘설정 (0) | 2017.10.18 |
ubuntu 16.04 boot 파티션 가득찼을 때 (0) | 2017.08.14 |
[VS2015] Break point 작동 안할 때 (0) | 2017.05.23 |