jupyter notebook运行报404 302解决思路

笔者之前运行juputer notebook并没有出错 ,最近运行突然出现以下问:题jupyter notebook运行命令行报404 302,web界面无法加载文件夹以及点击新建按钮,出现404。

解决思路:

jupyter --version


先是查看了下包的版本,发现缺少jupyter lab
于是安装jupyter lab

pip install jupyterlab

再次运行,依旧报404 403
查看网上发现升级jupyter即可

pip install --upgrade jupyter

你可能感兴趣的:(python)