2.2.6 • Published 2 years ago

@chameleoncloud/jupyterlab-chameleon v2.2.6

Weekly downloads
4
License
None
Repository
github
Last release
2 years ago

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