mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
d94d6dbffa
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. |
||
---|---|---|
.. | ||
frontend/html/notebook | ||
testing | ||
utils/tests |