如题在终端上启动jupyter notebook时报404错误,窗口是打开了,但是没法用
错误信息如下:
陈艺荣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
大家讲道理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....
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.