jupyter-matplotlib

v0.10.2
Matplotlib Jupyter Interactive Widget
jupyter jupyterlab jupyterlab-extension widgets

build

yarn run build:lib && yarn run build:nbextension && yarn run build:labextension:dev

build:prod

yarn run build:lib && yarn run build:nbextension && yarn run build:labextension

build:labextension

jupyter labextension build .

build:labextension:dev

jupyter labextension build --development True .

build:lib

tsc

build:nbextension

webpack --mode=production

clean

yarn run clean:lib && yarn run clean:nbextension && yarn run clean:labextension

clean:lib

rimraf lib

clean:labextension

rimraf ipympl/labextension

clean:nbextension

rimraf ipympl/nbextension/static/index.js

prepack

yarn run build:lib

test

jest

watch

npm-run-all -p watch:*

watch:lib

tsc -w

watch:nbextension

webpack --watch --mode=development

watch:labextension

jupyter labextension watch .

eslint

eslint . --fix --ignore-path .eslintignore --ext .ts

eslint:check

eslint . --ignore-path .eslintignore --ext .ts

lint

yarn run prettier && yarn run eslint

lint:check

yarn run prettier:check && yarn run eslint:check

prepublish

yarn run clean && yarn run build

prettier

prettier --ignore-path .eslintignore --write "**/*{.ts,.css,.json}"

prettier:check

prettier --check --ignore-path .eslintignore "**/*{.ts,.css,.json}"

Metadata

  • BSD-3-Clause
  • Whatever
  • Matplotlib Development team
  • released 10/25/2021

Downloads