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

Update socket.js to use zeromq instead of zmq #57

Open drdarshan opened 6 years ago

drdarshan commented 6 years ago

This is a potential fix for #56 that replaces the zmq package with zeromq and removes the compilation of ZeroMQ from source. I believe this will also simplify the Dockerfile although I have not tackled that yet. Feedback appreciated, thanks for the great work!

therealtakeshi commented 6 years ago

Thanks @drdarshan ! Your fork built fine on my machine while the current here failed. Hopefully a maintainer can take a look soon.