jupyterlab-videochat

v0.6.0
Video Chat with peers inside JupyterLab and RetroLab
jupyter jupyterlab jupyterlab-extension

lint

jlpm prettier && jlpm eslint

build

jlpm build:lib && jlpm build:ext

clean

jlpm clean:lib && jlpm clean:ext

watch

run-p watch:lib watch:ext

eslint

eslint . --cache --ext .ts,.tsx --fix

dev:ext

jupyter labextension develop --overwrite .

prettier

jlpm prettier:base --list-different --write

bootstrap

jlpm --ignore-optional && jlpm clean && jlpm lint && jlpm build

build:ext

jupyter labextension build .

build:lib

tsc -b

clean:ext

rimraf ./jupyter_videochat/labextension

clean:lib

rimraf lib

watch:ext

jupyter labextension watch .

watch:lib

jlpm build:lib --watch --preserveWatchOutput

lint:check

jlpm prettier:check && jlpm eslint:check

deduplicate

yarn-deduplicate -s fewer --fail

eslint:check

eslint . --cache --ext .ts,.tsx

prettier:base

prettier "*.{json,md,js,yml}" "{.github,jupyter-config,src,style,schema,docs,binder}/**/*.{yml,json,ts,tsx,css,md,yaml}"

prettier:check

jlpm prettier:base --check
npm i jupyterlab-videochat

Metadata

Downloads