代码之家  ›  专栏  ›  技术社区  ›  rst

由于缺少js文件,Jupyter无法加载

  •  0
  • rst  · 技术社区  · 6 年前

    pip install jupyter
    

    我可以从

    jupyter notebook
    

    但是(chrome和iexplore)抛出了一个MIME错误

    enter image description here

    AppData/Roaming/jupyter/runtime 文件夹只包含一些json和html文件,没有更多。

    我也试过了

    pip uninstall jupyter
    pip install jupyter
    

    PS:我现在用的是

    第19.0.3节 jupyter 4.4.0版

    0 回复  |  直到 6 年前
        1
  •  2
  •   rst    6 年前

    显然这个问题是众所周知的。对于每个登陆这里而不是github的人,这里有一个解决方案

    https://github.com/jupyter/notebook/issues/4467

    问题出在 笔记本 包裹,不是jupyter。