What's Changed
Highlights
Datasets explorer panel! 🔭 marimo now ships with a datasets panel that intelligently discovers datasets (right now pandas, polars, pyarrow). and will show its shape and schema. From here you can explore its columns and get quick charts based on them - which you can add directly to your notebook.
All changes
- fix: mo.ui.plotly AttributeError by @mscolnick in #1518
- feat: datasets panel by @mscolnick in #1427
- fix: more defensive clearing of codemirror event listeners by @mscolnick in #1519
- 0.6.13 by @akshayka in #1520
Full Changelog: 0.6.12...0.6.13