n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.18k stars 187 forks source link

Dependencies on macOS #119

Closed lukejanicke closed 6 years ago

lukejanicke commented 6 years ago

Could someone clarify whether pkg-config and zeromq (via brew) and pyzmq (via pip) are actually dependencies of ijavascript. The README isn’t explicit on this and I would prefer to know before installing them or finding out by trial and error.

rgbkrk commented 6 years ago

ijavascript should be using prebuilt binaries on mac, so it should just work

n-riesco commented 6 years ago

What @rgbkrk said plus the dependency on jupyter.

jupyter could be installed using pip but there are other ways (see here).