jupyterlab-plotly

v5.24.1
The plotly Jupyter extension
jupyter widgets ipython ipywidgets plotly

build:dev

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

build:prod

npm run build:lib && npm run build:nbextension && npm 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

npm run clean:lib && npm run clean:nbextension && npm run clean:labextension

clean:lib

rimraf lib

clean:labextension

rimraf ../../python/plotly/jupyterlab_plotly/labextension

clean:nbextension

rimraf ../../python/plotly/jupyterlab_plotly/nbextension/index.js*

lint

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

lint:check

eslint . --ext .ts,.tsx

prepack

npm run build:lib

test

echo "Error: no test specified" && exit 1

watch

npm-run-all -p watch:*

watch:lib

tsc -w

watch:nbextension

webpack --watch
npm i jupyterlab-plotly

Metadata

  • MIT
  • Whatever
  • The plotly.py team
  • released 9/12/2024

Downloads