Package Exports
- @chameleoncloud/jupyterlab-chameleon
- @chameleoncloud/jupyterlab-chameleon/lib/index.js
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 (@chameleoncloud/jupyterlab-chameleon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jupyterlab-chameleon
Client extension
First ensure the tox environment is set up:
make setup
source .tox/python/bin/activate
Then, use the jlpm
binary provided by the jupyterlab
Python module to
build and test the extension.
# 'watch' should automatically recompile .ts files on change and recompile
# the extension for JupyterLab.
jlpm watch
To test the extension within JupyterLab, run it in a separate tab:
jupyter lab --extensions-in-dev-mode
Server extension
First ensure the tox environment is set up:
make setup
source .tox/python/bin/activate
Run tox
to run unit tests.
tox