jupyter页面报错无法连接服务器
打开终端出现404错误
解决办法
执行下面代码,加上阿里云镜像,不然会出现Read time out超时错误。载包途中如果出现要求更新依赖包错误,那就更新该包以后再执行下面代码
pip install --user --ignore-installed jupyter -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
成功界面
重启jupyter即可
中间可能出现很多警告,但是没关系