Package Exports
- @jupyter-widgets/controls
- @jupyter-widgets/controls/css/labvariables.css
- @jupyter-widgets/controls/css/materialcolors.css
- @jupyter-widgets/controls/css/widgets-base.css
- @jupyter-widgets/controls/css/widgets.built.css
- @jupyter-widgets/controls/css/widgets.css
- @jupyter-widgets/controls/lib/version
- @jupyter-widgets/controls/lib/widget_core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jupyter-widgets/controls) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Jupyter JS Widgets
Interactive widgets for the Jupyter notebook.
This packages contains the implementation of the core Jupyter interactive widgets.
The reference Python backend, ipywidgets
is available
here, with more examples.
Package Install
Prerequisites
Run the following command at the root of this repository.
npm install --save @jupyter-widgets/controls