jupyter notebook解决500:Internal Server Error

今天打开.ipynb文件未遂,并且打开的界面报了如下错误:

查了一下,可以按照如下的代码解决:

pip install --upgrade --user nbconvert

如果中间像我一样报这个错误:
ImportError: cannot import name 'secure_write'

可以按照以下代码解决:

pip install --upgrade jupyter_client

升级好之后重新安装就好了。

参考:

  1. https://github.com/jupyter/notebook/issues/5014
  2. https://blog.csdn.net/qq_24946843/article/details/88531582

你可能感兴趣的:(jupyter notebook解决500:Internal Server Error)