n-riesco / ijavascript

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

install IJavascript and its kernelspec with a single command #139

Open n-riesco opened 6 years ago

n-riesco commented 6 years ago

Currently to install IJavascript's kernelspec with Jupyter requires two commands:

npm install -g ijavascript
ijsinstall [options]

Some users are unaware or forget to run ijsintall.

I'd like to explore alternative options:

elshor commented 6 years ago

Usually, with npm modules, one single no arguments install does the job. I would recommend sticking to that convention. IMHO, npm install -g ijavscript should run ijsinstall. An optional argument can prevent running ijsinstall.

On Tue, Dec 26, 2017 at 11:44 AM, Nicolas Riesco notifications@github.com wrote:

Currently to install IJavascript's kernelspec with Jupyter requires two commands:

npm install -g ijavascript ijsinstall [options]

Some users are unaware or forget to run ijsintall.

I'd like to explore alternative options:

-

passing arguments like this:

npm install -g ijavascript -- ijsinstall

-

an alternative npm package:

npm install ijavascript-kernelspec

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/n-riesco/ijavascript/issues/139, or mute the thread https://github.com/notifications/unsubscribe-auth/AHQ05PqY-Ex3olyRSg45lAcJbgeERYywks5tEMAUgaJpZM4RMpUu .