Notebooks
A
Alph
03 Data Visualization

03 Data Visualization

tutorialsAlphgetting-started

Data Visualization

Open in Alph

Alph renders interactive charts — not static images. Hover, zoom, pan, and export directly from notebook outputs. Run each cell to see it in action.

Plotly — Interactive Charts

Plotly charts are fully interactive. Hover over points, zoom into regions, and export as PNG.

[1]
[2]

Matplotlib & Seaborn

Classic plotting libraries work as expected.

[5]
/tmp/ipykernel_341/2306078502.py:12: FutureWarning:



Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.


Output
[6]
Output

Why Interactive Matters

LibraryInteractiveUse Case
PlotlyYesDashboards, presentations, exploration
MatplotlibStaticPublications, fine-grained control
SeabornStaticStatistical plots, quick EDA

On Alph, interactive outputs persist — share a notebook link and recipients get the full interactive experience, not a screenshot.


Next: GitHub Sync & Integration Open in Alph