@jupyterlab/services

v3.0.1
Client APIs for the Jupyter services REST APIs
jupyter notebook services

test

python test/run-test.py

build

jlpm run build:src

clean

rimraf docs && rimraf lib && rimraf test/build && rimraf test/coverage

watch

tsc -w --listEmittedFiles

build:src

tsc

watch:all

npm-run-all -p watch watch:test

build:test

tsc --project test

test:debug

python test/run_test.py --debug

watch:test

tsc -w --listEmittedFiles --project test

test:devtool

python test/run_test.py --TestApp.devtool==True

test:coverage

python test/run_test.py --TestApp.coverage==True

prepublishOnly

jlpm run build:src && webpack
npm i @jupyterlab/[email protected]

Metadata

Downloads