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

Project details


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 hashes)

Uploaded 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