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

Fix Dockerfile. #33

Closed kxxoling closed 7 years ago

kxxoling commented 7 years ago

I've just fixed the Dockerfile, you can try it by running docker run -it -d -p 11111:8888 kxxoling/jupyter-nodejs, and open http://localhost:11111 to have a preview.

But %%babel is not working for issue https://github.com/notablemind/jupyter-nodejs/issues/32 . And why I choose node 5.12 is node 6 would cause Module version mismatch. Expected 48, got 47 error that I can't fixed it although tried.

jaredly commented 7 years ago

way cool - thanks for doing this! sorry for the delay :)