⭐ Highlights
* 💅 Markdown code is completely hidden when configured to be hidden, double-click to edit.
* 📊 Performance improvement: Tables now clamped at 50 columns by default for better usability
* 🤖 Experimental chat sidebar
What's Changed
* docs: various improvements by akshayka in https://github.com/marimo-team/marimo/pull/2984
* docs: fix some warnings when building docs by mscolnick in https://github.com/marimo-team/marimo/pull/2990
* experimental: chat sidebar by mscolnick in https://github.com/marimo-team/marimo/pull/2989
* Add interactive dataframe GIF to readme by akshayka in https://github.com/marimo-team/marimo/pull/2992
* docs: dataframes tiny edit by akshayka in https://github.com/marimo-team/marimo/pull/2993
* improvement: clamp tables at 50 columnns by default by mscolnick in https://github.com/marimo-team/marimo/pull/3000
* improvement: batch the same url requests to avoid additional download / parsing by mscolnick in https://github.com/marimo-team/marimo/pull/2999
* fix: use markdown sane_lists, to support different starts by mscolnick in https://github.com/marimo-team/marimo/pull/3003
* fix: support microseconds in mo.ui.table, (but not nanoseconds) by mscolnick in https://github.com/marimo-team/marimo/pull/3009
* improvement: add 'Copy image' button by mscolnick in https://github.com/marimo-team/marimo/pull/3006
* improvement: set default config, if missing by mscolnick in https://github.com/marimo-team/marimo/pull/3004
* improvement: warn on integer columns names by mscolnick in https://github.com/marimo-team/marimo/pull/3005
* chore: move max_columns to avoid breaking change by mscolnick in https://github.com/marimo-team/marimo/pull/3010
* Added link to Mastodon by egonw in https://github.com/marimo-team/marimo/pull/3014
* fix(deps): update dependency radix-ui/react-icons to ~1.3.2 by renovate in https://github.com/marimo-team/marimo/pull/3013
* chore(deps): update all storybook dependencies to ^8.4.6 by renovate in https://github.com/marimo-team/marimo/pull/3012
* improvement: add _repr_markdown_ to Md component, and _repr_html_ to Html component by mscolnick in https://github.com/marimo-team/marimo/pull/3021
* fix: allow re-rendering anywidget js by mscolnick in https://github.com/marimo-team/marimo/pull/3022
* fix: altair overflow styling by mscolnick in https://github.com/marimo-team/marimo/pull/3024
* improvement: Wrap output for lists and dictionaries by wasimsandhu in https://github.com/marimo-team/marimo/pull/2995
* improvement: markdown code to be completely hidden upon 'Hide Code' by Light2Dark in https://github.com/marimo-team/marimo/pull/2974
* improvement: add tooltips to some hide/show code, fix markdown when cell output is below by mscolnick in https://github.com/marimo-team/marimo/pull/3026
* improvement: add new-notebook button by mscolnick in https://github.com/marimo-team/marimo/pull/3027
New Contributors
* egonw made their first contribution in https://github.com/marimo-team/marimo/pull/3014
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.27...0.9.28