1 Jupyter安装
1.1 修改Jupyter默认文件及目录
1.2 conda安装pytorch
- 详见博客:pytorch快速安装【清华源】
1.3 Debug
1.3.1 Jupyter 500 internal server error
由于ipython或者jupyter notebook某些包与Python版本不兼容的问题, 全更新了就好.
pip install -U "ipython[all]"
转载自:https://blog.csdn.net/qq_26684561/article/details/88875442
2 Jupyter使用
2.1 Jupyter快捷键
- 详见博客:【jupyter】jupyter快捷键