在使用Jupyter notebook打开文件时突然发现页面报警500 : Internal Server Error,这主要是由于是nbconvert模块过时了。
更新了nbconvert模块,然后重启jupyter就好了!
pip install --upgrade --user nbconvert
Jupyter notebook 报错 500 : Internal Server Error的解决方法
阅读 219
2022-05-06
在使用Jupyter notebook打开文件时突然发现页面报警500 : Internal Server Error,这主要是由于是nbconvert模块过时了。
更新了nbconvert模块,然后重启jupyter就好了!
pip install --upgrade --user nbconvert
相关推荐
精彩评论(0)