Developing with HoloViz¶
Skill version 0.2.1
Route to HoloViz sub-skills. Use for ANY task involving interactive plots, dashboards, data apps, reactive parameters, or custom JS/Python components in the HoloViz ecosystem (Panel, hvPlot, HoloViews, Param) — including tasks that name Bokeh, Matplotlib, or Plotly, since HoloViz embeds those figures and this skill covers how.
| Skill | Description |
|---|---|
| Param | Correct patterns and common pitfalls for Param — the reactive parameter library that underpins Panel, HoloViews, and ... |
| hvPlot | This skill provides correct patterns and common pitfalls for hvPlot to visualize data interactively. |
| Panel | Panel is a Python library for building interactive dashboards, data apps, and tools entirely in Python — no JavaScrip... |
| HoloViews | HoloViews lets you build interactive visualizations by composing declarative elements. Use it when you need fine-grai... |