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

Windows fixes #58

Open konstantint opened 6 years ago

konstantint commented 6 years ago

Changes useful for those installing the package on Windows

konstantint commented 6 years ago

install.js does mkdirp anyway, doesn't it?

Eoksni commented 6 years ago

I just want to confirm that by following instructions in this pull request I managed to install this kernel on Win 10 with no problems.

Eoksni commented 6 years ago

Although I would make a recommendation to make it work with anaconda as well. Because when I ran install process from within anaconda console, it couldn't find Python, even though it is obviously there. So I had to install windows-build-tools to make python globally available (outside of anaconda), then this kernel installed itself.