jupyter-js-widgets : Jupyter interactive widgets. You can installing jupyter-js-widgets npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jupyter-js-widgets $ sudo npm install -g jupyter-js-widgets
If want to update the jupyter-js-widgets package execute the command as below,
$ sudo npm update jupyter-js-widgets
Update package globally,
$ npm install -g jupyter-js-widgets
$ sudo git clone https://github.com/rektide/jupyter-js-widgets.git
$ sudo npm install -g ./jupyter-js-widgets
jupyter-js-widgets@2.1.5 /usr/lib/node_modules/jupyter-js-widgets
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jupyter-js-widgets
Package Name | jupyter-js-widgets |
Version | 2.1.5 |
Description | Jupyter interactive widgets |
Released Date | 2017-09-05T13:56:21.564Z |
Published by | jasongrout |
How to Learn | https://www.npmjs.com/package/jupyter-js-widgets/tutorial |