PyViz
PyViz is an open-source collection of Python libraries focused on building interactive, scalable data visualizations. It is designed for exploratory data analysis, scientific visualization, and dashboarding, aiming to enable rich interactivity without sacrificing performance on large datasets. The ecosystem emphasizes declarative specifications, interoperability among components, and the ability to render in notebooks or web browsers.
Its core projects include HoloViews, Datashader, GeoViews, Panel, and hvPlot. HoloViews provides high-level building blocks that
Typical PyViz workflows involve preparing data in pandas or xarray, creating HoloViews objects to declare visualizations,
Development and documentation are community-driven under the PyViz umbrella, with coordination through PyViz.org and the Holoviz