Debug | jupyter notebok 500 : Internal Server Error
生活随笔
收集整理的這篇文章主要介紹了
Debug | jupyter notebok 500 : Internal Server Error
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
報錯信息
jupyter notebook無法打開和新建.ipynb文件,顯示500 : Internal Server Error:
查看cmd發(fā)現如下信息:
[E 12:30:02.111 NotebookApp] 500 GET /notebooks/Untitled.ipynb (127.0.0.1) 269.280000ms referer=http://localhost:8888/tree
分析
根據博客,可能是判斷報錯是nbconvert 和pandoc不兼容導致,更新nbconvert即可
解決方法
cmd運行pip install --upgrade --user nbconvert,然后重啟jupyter即可
總結
以上是生活随笔為你收集整理的Debug | jupyter notebok 500 : Internal Server Error的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 软件工程(三)——结构化需求分析 (重点
- 下一篇: WebService入门