Skip to main content

Plotly plugin for H2O Nitro

Project description

Plotly plugin for H2O Nitro

This plugin lets you use Plotly visualizations in Nitro apps.

Demo

Demo

View source.

Install

pip install h2o-nitro-plotly

Usage

  1. Import the plugin:
from h2o_nitro_plotly import plotly_plugin, plotly_box
  1. Register the plugin:
nitro = View(main, title='My App', caption='v1.0', plugins=[plotly_plugin()])
  1. Use the plugin:
# Make a plot
df = px.data.iris()
fig = px.scatter(df, x="sepal_width", y="sepal_length", color="species")

# Display the plot
view(plotly_box(fig))

Change Log

  • v0.1.0 - Dec 1, 2022
    • Initial Version

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

h2o_nitro_plotly-0.1.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file h2o_nitro_plotly-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for h2o_nitro_plotly-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af6fd7ca6f2e2bbb2fdca68922a815aa32a0231b5813fe0cc2cd881503c75ea0
MD5 6c7abca31b4f3713b93e1633d7c6c46e
BLAKE2b-256 2d8b0ed5a3561bc8590d02b7707527ac232bd5ee4647ad32c7d39bcda0f4d597

See more details on using hashes here.

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