Home  >  Q&A  >  body text

python - 终端启动jupyter notebook报404的错误,如何解决?我无从下手

如题在终端上启动jupyter notebook时报404错误,窗口是打开了,但是没法用

错误信息如下:

黄舟黄舟2741 days ago2426

reply all(3)I'll reply

  • 陈艺荣

    陈艺荣2018-12-03 16:05:32

    The solution is given here, it is recommended to use Firefox browser for remote access. https://blog.csdn.net/m0_37201243/article/details/84767227

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 17:11:34

    http://stackoverflow.com/questions/30226847/ipython-notebook-bootstrap-glyph-font-missing

    git clone https://github.com/ipython/ipython-components.git
    

    Copy bootstrap/fonts/glyphicons-halflings-regular.eot into your ipython

    /usr/local/lib/python2.7/site-packages/IPython/html/static/components/bootstrap/fonts/
    

    If there is no fonts folder, create one

    If that doesn’t work, try anaconda....

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:11:34

    I just encountered this problem a few days ago. The solution is to cd to the python.exe directory and then execute jupyter notebook.

    reply
    0
  • Cancelreply