Skip to content

Plugins

Plugins add new capabilities to Nitro. See writing plugins to learn how to write your own plugins.

Warning

Plugins use Javascript, and are only supported for web apps. Avoid using plugins if you're targeting mobile or desktop apps.

Data Visualization

Plotly

Renders Plotly visualizations.

Install

pip install h2o-nitro-plotly

Github

Bokeh

Renders Bokeh visualizations.

Install

pip install h2o-nitro-bokeh

Github

Matplotlib / Seaborn

Renders Matplotlib and Seaborn visualizations.

Install

pip install h2o-nitro-matplotlib

Github

Altair

Renders Altair, Vega , Vega-Lite visualizations.

Install

pip install h2o-nitro-altair

Github

List your plugins here!

Don't forget to let us know about your plugins and make them available to the community.

We'll be happy to include your plugin on this page - simply drop us a note, or submit a PR for this page, or file an issue in our Github repo.