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

Using zeromq instead of zmq #66

Open tgoorden opened 5 years ago

tgoorden commented 5 years ago

This changes the zmq dependency to zeromq, as the current version will simply not compile on my system anymore (MacOS), probably due to an upgrade in the Homebrew version of zmq.

Note that you have to rebuild jupyter-nodejs for this to work.

There's also still a trace of zmq inside the yarn file, something you might want to look at. (Not familiar enough to mess with it.)