700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > Debug | jupyter notebok 500 : Internal Server Error

Debug | jupyter notebok 500 : Internal Server Error

时间:2020-02-26 14:40:30

相关推荐

Debug | jupyter notebok 500 : Internal Server Error

报错信息

jupyter notebook无法打开和新建.ipynb文件,显示500 : Internal Server Error

查看cmd发现如下信息:

[E 12:30:02.111 NotebookApp] 500 GET /notebooks/Untitled.ipynb (127.0.0.1) 269.280000ms referer=http://localhost:8888/tree

分析

根据博客,可能是判断报错是nbconvertpandoc不兼容导致,更新nbconvert即可

解决方法

cmd运行pip install --upgrade --user nbconvert,然后重启jupyter即可

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。