When I launch IPython Notebook I can navigate to it and enter code. However, nothing is ever echo'd back to the IPython Notebook interface.
I know the server is getting the queries (from --debug output
) and responding to them it's just never giving me output in my IPython Notebook window.
I am running Python 2.6.6 and Windows 7
I am at a loss currently on how to get this notebook thing to work.
Here is a screencast of me trying (unsuccessfully) to get output:
Even if you don't know what's wrong, any pointers on how to further debug my problems :(
So far I have run the test chatclient for tornado, https://github.com/facebook/tornado/tree/master/demos/websocket, successfully.
And also the test scripts for pyzmq, https://github.com/zeromq/pyzmq/blob/master/examples/poll/reqrep.py, ran successfully.