美文网首页
jupyter notebook解决500:Internal S

jupyter notebook解决500:Internal S

作者: 生信编程日常 | 来源:发表于2020-12-06 22:08 被阅读0次

    今天打开.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 S

          本文链接:https://www.haomeiwen.com/subject/dmuawktx.html