Integrations
XY's core composition API is framework-neutral. Integrations decide how a composed chart is displayed, how live data reaches it, and where Python event handlers run.
- Reflex covers static and state-backed charts,
semantic events, and streaming through the
reflex-xyadapter. - Notebooks covers Jupyter, JupyterLab,
VS Code, Colab, and Marimo through one bundled
anywidgetimplementation. - Matplotlib () covers the compatibility boundary and a gradual migration to XY's declarative API.
All three surfaces use the same chart engine. The differences are transport and application lifecycle, not chart geometry.