3.0.0 • Published 3 years ago

@juxl/cut v3.0.0

Weekly downloads
-
License
CC-BY-2.5
Repository
-
Last release
3 years ago

Juxl Cell Test

A JupyterLab extension. Add test to code cells.

preview

TLDR;

jlpm
jlpm build
jupyter labextension install @juxl/juxl-extension --no-build
jupyter labextension install .

Install

Build for Jupyterlab 2.0.1 !

root@device:~/juxl_checkbox$ jlpm
# expected output:
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.93s.
root@device:~/juxl_checkbox$ jlpm build
# expected output
$ tsc
Done in 6.23s.
root@device:~/juxl_checkbox$ jupyter labextension install .
# expected output:
Building jupyterlab assets (build:dev:minimize)

View Cell Unit Tests:

Menu > View > View Cell Unit Tests: preview

Clear test results

Menu > Edit > Clear Cell Unit Tests: preview