install IJavascript and its kernelspec with a single command
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
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 [email protected] 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 .