@jupyterlab/nbwidgets

v0.6.7
The JupyterLab extension providing Jupyter widgets.
jupyter jupyterlab services notebook

clean

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

build:src

tsc --project src

build:extension

node scripts/buildExtension.js

build

npm run build:src && npm run build:extension

update

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

docs

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

prepublish

npm run build
npm i @jupyterlab/[email protected]

Metadata

Downloads