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 documentation and dependencies #14

Open machow opened 9 years ago

machow commented 9 years ago

I just got the jupyter-nodejs notebook up and running and it looks great! There were a few bumps, and holes in the documentation along the way, so I thought I'd leave them here, in case they're useful.

  1. zmq is a dependency (for zeromq.node)
  2. the README.md is pointing to an old release, so grabbing the master branch fixed several issues
  3. need to run make at the end

I don't mind making the changes and submitting a pull request, but figured I'd check beforehand.

jaredly commented 9 years ago

That sounds great, thanks for the feedback! Your pull request will be welcome