Skip to content

Instantly share code, notes, and snippets.

@tdubon
tdubon / hvplot_interactive.py
Created December 5, 2021 12:48 — forked from MarcSkovMadsen/hvplot_interactive.py
Example of using hvPlot .interactive with Panel
import pandas as pd
import hvplot.pandas
import panel as pn
pn.extension(sizing_mode="stretch_width")
PALETTE = [
"#ff6f69",
"#ffcc5c",
"#88d8b0",