jupyterlab-chameleon

JupyterLab extension for the Chameleon testbed


Keywords
Jupyter, JupyterLab, JupyterLab3, chameleon, jupyterlab-extension
License
Other
Install
pip install jupyterlab-chameleon==3.0.14

Documentation

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