jupyterlab-plugin-graph

v0.2.1
JupyterLab extension to show an interactive dependency graph of the installed plugins
jupyter jupyterlab jupyterlab-extension

build

jlpm run build:lib && jlpm run build:labextension:dev

clean

jlpm run clean:lib

watch

run-p watch:src watch:labextension

eslint

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

prepare

jlpm run clean && jlpm run build:prod

prettier

prettier --write "**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}"

build:lib

tsc

clean:all

jlpm run clean:lib && jlpm run clean:labextension

clean:lib

rimraf lib tsconfig.tsbuildinfo

watch:src

tsc -w

build:prod

jlpm run build:lib && jlpm run build:labextension

eslint:check

eslint . --ext .ts,.tsx

prettier:check

prettier --list-different "**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}"

install:extension

jupyter labextension develop --overwrite .

build:labextension

jupyter labextension build .

clean:labextension

rimraf jupyterlab_plugin_graph/labextension

watch:labextension

jupyter labextension watch .

build:labextension:dev

jupyter labextension build --development True .
npm i jupyterlab-plugin-graph

Metadata

Downloads