IPython notebook does not produce output

帅比萌擦擦* 提交于 2019-12-08 07:52:29

问题


I have just installed IPython 2.0 (April 2014) through Anaconda (64 bit) on a brand new pc with windows 7 (64 bit), performed the updates suggested and installed some packages with "$ conda install ".

I am loading IPython notebook with firefox and chrome. they are not the default browsers, so I used the information in this answer: https://stackoverflow.com/a/15748692/2344958

When I run IPython Notebook, it presents the landing pages and open new or imported notebooks, but it does not produce any output for cells. I have no clue. The only thing I can see is that the web console reports "Empty string passed to getElementById()."

Console works fine.

Any suggestion?


回答1:


I found a page describing exactly the problem I had. here the page: Getting output with IPython Notebook

I actually have Sophos, but I have no control over it, and the solution that works so far was to start IPython with:

ipython notebook --ip=localhost

It also works by editing the line in configuration file c.NotebookApp.ip = 'localhost'



来源:https://stackoverflow.com/questions/22864575/ipython-notebook-does-not-produce-output

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