notablemind / jupyter-nodejs

A node.js kernel for jupyter/ipython
http://nbviewer.ipython.org/gist/jaredly/404a36306fdee6a1737a
MIT License
682 stars 70 forks source link

Tolerate multiple ZMQ identities #28

Closed thomasjm closed 8 years ago

thomasjm commented 8 years ago

Jupyter requests can possibly include multiple ZMQ identities, see here: http://jupyter-client.readthedocs.io/en/latest/messaging.html#the-wire-protocol

jaredly commented 8 years ago

cool, thanks!