Marimo

Latest version: v0.11.19

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 44

0.9.31

What's Changed
* improvement: add copy/paste to json viewer, support urls by mscolnick in https://github.com/marimo-team/marimo/pull/3050
* improvement: borderless markdown in html exports by akshayka in https://github.com/marimo-team/marimo/pull/3052
* tutorials: update markdown usage by akshayka in https://github.com/marimo-team/marimo/pull/3051
* docs: more tips for coming from jupyter by akshayka in https://github.com/marimo-team/marimo/pull/3053
* improvement: add marimo.create_asgi_app().with_dynamic_directory by mscolnick in https://github.com/marimo-team/marimo/pull/3057
* improvement: tie-break topological sort by top-down order by mscolnick in https://github.com/marimo-team/marimo/pull/3060
* improvement: make ui-element ids deterministic across runs by mscolnick in https://github.com/marimo-team/marimo/pull/3061
* fix: faster module watcher tests by mscolnick in https://github.com/marimo-team/marimo/pull/3062
* fix: only add borderless css when not published by Light2Dark in https://github.com/marimo-team/marimo/pull/3066
* improvement: marimo export ipynb with outputs by mscolnick in https://github.com/marimo-team/marimo/pull/3048


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31

0.9.30

This release contains an important bugfix for hidden markdown.

What's Changed
* fix: windows decoding in marimo convert by mscolnick in https://github.com/marimo-team/marimo/pull/3041
* chore: move starlette as lazy import by mscolnick in https://github.com/marimo-team/marimo/pull/3046
* improvement: force expand markdown content by mscolnick in https://github.com/marimo-team/marimo/pull/3045
* improvement: reduce react compiler lint errors for better react compiler coverage by mscolnick in https://github.com/marimo-team/marimo/pull/3043
* improvement: don't convert classes that extend tuple/dict/list to structure when formatting by mscolnick in https://github.com/marimo-team/marimo/pull/3047
* fix: don't unhide when markdown is empty by mscolnick in https://github.com/marimo-team/marimo/pull/3049


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.29...0.9.30

0.9.29

What's Changed
* improvement: autoscroll in chat by mscolnick in https://github.com/marimo-team/marimo/pull/3030
* improvement: include samples in AI prompt by mscolnick in https://github.com/marimo-team/marimo/pull/3028
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/3032
* fix: sort only when column exists by Light2Dark in https://github.com/marimo-team/marimo/pull/3031
* improvement: add borderless markdown and some ui fixes by Light2Dark in https://github.com/marimo-team/marimo/pull/3038
* fix: theme in chat sidebar by mscolnick in https://github.com/marimo-team/marimo/pull/3039
* docs: escaping sql backets by mscolnick in https://github.com/marimo-team/marimo/pull/3042
* fix: make sample_values an Any by mscolnick in https://github.com/marimo-team/marimo/pull/3040
* fix: z-index of drag handle by mscolnick in https://github.com/marimo-team/marimo/pull/3044


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.28...0.9.29

0.9.28

⭐ 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

0.9.26

What's Changed
* fix: pagination in mo.ui.table() when passed in manually by mscolnick in https://github.com/marimo-team/marimo/pull/2972
* fix: ordered field types by mscolnick in https://github.com/marimo-team/marimo/pull/2971
* improvement: remove base-url from index.html, instead infer it by mscolnick in https://github.com/marimo-team/marimo/pull/2975
* fix: resetting pagination after filtering by mscolnick in https://github.com/marimo-team/marimo/pull/2978
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/2966
* Form with examples by liquidcarbon in https://github.com/marimo-team/marimo/pull/2979


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.25...0.9.26

0.9.24

What's Changed
* docs: expensive notebooks by akshayka in https://github.com/marimo-team/marimo/pull/2945
* chore: add stricter types for useEventListener by mscolnick in https://github.com/marimo-team/marimo/pull/2943
* fix: Altair 5.5 compat by MarcoGorelli in https://github.com/marimo-team/marimo/pull/2947
* improvement: copy cell output if user does not select anything by mscolnick in https://github.com/marimo-team/marimo/pull/2949
* chore: add npm publish retry by mscolnick in https://github.com/marimo-team/marimo/pull/2948
* chore: add some more narwhals tests by mscolnick in https://github.com/marimo-team/marimo/pull/2951
* improvement: show last run in cell indicator by mscolnick in https://github.com/marimo-team/marimo/pull/2954
* improvement: add action to Clear Cell Outputs / Clear All Outputs by mscolnick in https://github.com/marimo-team/marimo/pull/2955
* chore: don't fail on dagger fails by mscolnick in https://github.com/marimo-team/marimo/pull/2957
* Allow numpy steps by koaning in https://github.com/marimo-team/marimo/pull/2958
* Allow np steps docs by koaning in https://github.com/marimo-team/marimo/pull/2963
* improvement: add numpy support to range_slider, update examples by mscolnick in https://github.com/marimo-team/marimo/pull/2964
* improvement: add --sort option to marimo export ipynb by mscolnick in https://github.com/marimo-team/marimo/pull/2962
* improvement: allow non-pixels for mo.image, mo.video by mscolnick in https://github.com/marimo-team/marimo/pull/2956
* improvement: remove base-url from index.html, instead infer it by mscolnick in https://github.com/marimo-team/marimo/pull/2969

New Contributors
* MarcoGorelli made their first contribution in https://github.com/marimo-team/marimo/pull/2947

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.23...0.9.24

Page 8 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.