美文网首页
Jupyter 远程服务器访问时报错 500 : Interna

Jupyter 远程服务器访问时报错 500 : Interna

作者: 无畏绽放 | 来源:发表于2021-03-10 22:22 被阅读0次

    报错是nbconvert 和pandoc不兼容导致, nbconvert 5.4.1版本解决了该问题
    解决:输入命令

    pip install nbconvert==5.6.1
    

    也可以使用conda安装,命令为

    conda install nbconvert-5.6.1 
    

    启动notebook

    nohup  jupyter notebook --ip 0.0.0.0 --allow-root  > nohup.file 2>&1 &
    

    相关文章

      网友评论

          本文标题:Jupyter 远程服务器访问时报错 500 : Interna

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