在anaconda prompt中打开jupyter notebook新建一个文件时出现错误:500 : Internal Server Error

这是由于ipython或者jupyter notebook某些包与Python版本不兼容的问题, 全更新了就好.

在anaconda prompt中输入

pip install --upgrade --user nbconvert

再次打开即可

你可能感兴趣的:(jupyter)