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