如题在终端上启动jupyter notebook时报404错误,窗口是打开了,但是没法用
错误信息如下:
人生最曼妙的风景,竟是内心的淡定与从容!
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....
I just encountered this problem a few days ago. The solution is to cd to the python.exe directory and then execute jupyter notebook.
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
Copy bootstrap/fonts/glyphicons-halflings-regular.eot into your ipython
If there is no fonts folder, create one
If that doesn’t work, try anaconda....
I just encountered this problem a few days ago. The solution is to cd to the python.exe directory and then execute jupyter notebook.