Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 668 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 668 Bytes

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