notebook/IPython
MinRK d94d6dbffa use pyzmq tools where appropriate
ZMQStream is the right object to use for event-driven handling of messages, but instead we chose to rewrite half of it in KernelManager.

This removes most of the duplicate code, in favor of using ZMQStream.

also use the pyzmq install() function for using pyzmq with tornado, instead of manually pasting its contents in notebook app.
2011-11-22 15:18:18 -08:00
..
frontend/html/notebook use pyzmq tools where appropriate 2011-11-22 15:18:18 -08:00
testing Allow IPython to run without sqlite3 2011-10-20 10:36:10 -07:00
utils/tests Various fixes to tests in IPython.utils. 2011-10-08 13:08:44 +01:00