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

Switch from zmq to zeromq to avoid compilation #56

Open drdarshan opened 6 years ago

drdarshan commented 6 years ago

It seems the zmq package needs to compile ZeroMQ from source which is a problem if you do not have the compilation toolchain installed. I was able to switch to the zeromq package which comes with pre-built binaries and saves you the step of having to install g++.

tgoorden commented 5 years ago

I ran into a very similar issue, so I dropped a pull request for it: https://github.com/notablemind/jupyter-nodejs/pull/66