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

Small Windows fix to "install.js" (user home directory variable) #54

Open smiley opened 6 years ago

smiley commented 6 years ago

On Windows platforms, USERPROFILE holds the path to the user's home directory rather than HOME. (HOME is left undefined) This patch makes install.js check if the platform is win32 and -- if so -- use that variable instead.