notebook/IPython
Brian Granger 49c970cddf Different clients now share a single zmq session.
Previously, each client (browser window) would open its own set
of ZMQ sockets to a kernel. Now one master set of connections
to the kernel is created and all clients share those connections.
In some ways, this simplifies the URL design.

I have also made kernel_ids server-side created.
2011-07-20 20:42:32 -07:00
..
frontend/html/notebook Different clients now share a single zmq session. 2011-07-20 20:42:32 -07:00
testing 2011-07-12 19:19:38 +02:00
utils/tests io.Term.cin/out/err replaced by io.stdin/out/err 2011-04-27 11:35:53 -07:00