idom-plotly 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

idomplotly 0.0.3

idom-plotly
Plotly figures as a custom component for IDOM
Installation
Use pip to install this package:
pip install idom-plotly

For a developer installation from source be sure to install NPM before running:
git clone https://github.com/idom-team/idom-plotly
cd idom-plotly
pip install -e . -r requirements.txt

Releasing This Package
To release a new version of idom-plotly on PyPI:

Install twine with pip install twine
Update the version = "x.y.z" variable in idom-plotly/__init__.py
git add the changes to __init__.py and create a git tag -a x.y.z -m 'comment'
Build the Python package with python setup.py sdist bdist_wheel
Check the build artifacts twine check --strict dist/*
Upload the build artifacts to PyPI twine upload dist/*

To release a new version of idom-plotly-react on NPM:

Update js/package.json with new npm package version
Clean out prior builds git clean -fdx
Install and publish npm install && npm publish

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.