Jupyter notebook 报错 500 : Internal Server Error的解决方法

在使用Jupyter notebook打开文件时突然发现页面报警500 : Internal Server Error,这主要是由于是nbconvert模块过时了。
更新了nbconvert模块,然后重启jupyter就好了!

pip install --upgrade --user nbconvert

你可能感兴趣的:(python,jupyter,python,ide)