jupyter-matplotlib

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

build

webpack

build:all

yarn run build && jupyter labextension build .

clean

rimraf dist/ && rimraf ../ipympl/labextension/ && rimraf ../ipympl/nbextension

eslint

eslint . --fix --ignore-path ../.gitignore

eslint:check

eslint . --ignore-path ../.gitignore

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 ../.gitignore --write "**/*{.ts,.tsx,.js,.jsx,.css,.json}"

prettier:check

prettier --check --ignore-path ../.gitignore "**/*{.ts,.tsx,.js,.jsx,.css,.json}"

watch

webpack --watch

Metadata

  • BSD-3-Clause
  • Whatever
  • Matplotlib Development team
  • released 1/20/2021

Downloads