Skip to main content

Plotly figures as a custom component for IDOM

Project description

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:

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

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

idom_plotly-0.0.3.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

idom_plotly-0.0.3-py2.py3-none-any.whl (2.0 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page