@jupyterlab/services

v0.46.0
Client APIs for the Jupyter services REST APIs
jupyter services notebook

test

mocha --retries 3 test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json

build

npm run build:src

clean

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

build:src

tsc --project src

build:test

tsc --project test/src

test:debug

mocha test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json --debug-brk

test:devtool

devtool node_modules/.bin/_mocha -qc test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json --timeout=50000

test:coverage

istanbul cover --dir test/coverage _mocha -- --retries 3 test/build/**/*.spec.js test/build/*.spec.js --jupyter-config-data=./test/config.json

test:integration

cd test && python integration_test.py
npm i @jupyterlab/[email protected]

Metadata

Downloads