HoloViz#
This content is from a Jupyter Notebook and is being processed by MyST-NB.
Checking HoloViz outputs.
HoloViews#
hvPlot#
import hvplot.pandas # noqa
df.hvplot.scatter(x='x', y='y')
hvplot.output(backend='plotly')
df.hvplot.scatter(x='x', y='y')
hvplot.output(backend='matplotlib')
df.hvplot.scatter(x='x', y='y')
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.