Jupyter / Ipython Notebook Html Page View

一个人想着一个人 提交于 2019-12-24 07:19:12

问题


I installed Ipython Notebook but html page does not seem correct. Tabs and links do not seem correctly installled. You may see the screenshot samples as attached. Can anyone advise how I can fix this ?


回答1:


I am sure, it is just internet connection trouble, not IPython (Jupyter) Notebook. But chech up information about Browser Compatibility.

Browser Compatibility. The IPython notebook is officially supported on the following browsers:

Chrome ≥ 13,
Safari ≥ 5,
Firefox ≥ 6.

The is mainly due to the notebook’s usage of WebSockets and the flexible box model.

The following browsers are unsupported:

Safari < 5,
Firefox < 6,
Chrome < 13.

Opera (any): CSS issues, but execution might work

Internet Explorer < 10,
Internet Explorer ≥ 10 (same as Opera).

Using Safari with HTTPS and an untrusted certificate is known to not work (websockets will fail).




回答2:


This is likely an issue with your cached browser data conflicting with the latest update from Ipython Notebook to Jupyter. Try clearing all web browser history and restarting your browser to see if it helps. Perhaps an incognito window may also help in troubleshooting.




回答3:


It might be a registry problem on Windows: https://github.com/ipython/ipython/issues/7024



来源:https://stackoverflow.com/questions/29020556/jupyter-ipython-notebook-html-page-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!