- 一、安装pytorch
- 二、打开 jupyter
- 问题1:500: Internal Server Error
- 问题2:Anaconda中打开jupyter连接不上python服务
使用清华镜像(一样的漫长,最后我用了外网)
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --set show_channel_urls yes #把 pytorch 对应的库也配置进来 conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
然后使用官网上给的安装命令*(使用镜像记得删掉后面的 -c pytorch)*
检查是否安装成功
解决方法:在anaconda prompt中执行以下命令
pip install --upgrade --user nbconvert
参考:转载
我在自己的虚拟环境中打开也一样
参考:转载
在参考文章里面,我卸载后,安装的时候又失败了,我选择直接在anaconda(Anaconda Navigator)里面直接点击install(记得切换到自己的环境)



