@jupyterlab/nbwidgets

v0.21.0
The JupyterLab extension providing Jupyter widgets.
jupyter jupyterlab jupyterlab extension jupyterlab notebook

clean

rimraf docs && rimraf lib && rimraf jupyterlab_widgets/static

build:src

tsc --project src

build

npm run build:src

update

rimraf node_modules/@jupyter-widgets/controls; npm install file:../jupyter-widgets-controls; npm run build

docs

typedoc --mode file --module commonjs --excludeNotExported --target es5 --moduleResolution node --out docs/ src

prepublish

npm run build
npm i @jupyterlab/nbwidgets

Metadata

Downloads