84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
如题在终端上启动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.