HoloViz outputs#
Demonstrate that HoloViz specific outputs (HoloViews, Panel) are handled correctly.
HoloViews#
hvPlot#
import hvplot.pandas # noqa
df.hvplot.scatter(x='x', y='y')
TODO: Matplotlib + Plotly
Panel#
import panel as pn
pn.widgets.IntInput()
This web page was generated from a Jupyter notebook and not all
interactivity will work on this website.