python - 终端启动jupyter notebook报404的错误,如何解决?我无从下手
黄舟
黄舟 2017-04-17 17:09:34
0
3
2474

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

错误信息如下:

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(3)
陈艺荣

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

大家讲道理

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....

Ty80

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template