Marimo

Latest version: v0.12.2

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

Scan your dependencies

Page 27 of 46

0.4.9

Not secure
What's Changed

Fixes a bug in which some console outputs were not showing up.

* chore: add building from source cmd by mscolnick in https://github.com/marimo-team/marimo/pull/1287
* fix: Issue822 Adjust rows displayed in ui.dataframe by metaboulie in https://github.com/marimo-team/marimo/pull/1288
* fix: Refactor console outputs to use a copy of the input array by mscolnick in https://github.com/marimo-team/marimo/pull/1289
* 0.4.9 by akshayka in https://github.com/marimo-team/marimo/pull/1290


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.4.8...0.4.9

0.4.8

Highlights
* You can now configure the `app_title` to display a different tab title than the filename
* You can display `mo.ui.spinner` as a UI element, without using it as a context manager (`with`)


What's Changed

* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/1041
* improvement: add global text search to filters table, sticky header by mscolnick in https://github.com/marimo-team/marimo/pull/1265
* docs: fix search when in a nested doc by mscolnick in https://github.com/marimo-team/marimo/pull/1269
* Show island code + fix bug 1266 by dmadisetti in https://github.com/marimo-team/marimo/pull/1267
* Make app title configurable by fuenfundachtzig in https://github.com/marimo-team/marimo/pull/1264
* fix: allow for null app_title by mscolnick in https://github.com/marimo-team/marimo/pull/1272
* fix: render-html with invalid tags by mscolnick in https://github.com/marimo-team/marimo/pull/1275
* fix: allow resetting plotly zoom/pan externally by mscolnick in https://github.com/marimo-team/marimo/pull/1277
* improvement: mo.ui.spinner can display without a context manager by mscolnick in https://github.com/marimo-team/marimo/pull/1278
* fix: altair when using marimo_csv data_transformer by mscolnick in https://github.com/marimo-team/marimo/pull/1280
* chore(deps): update all storybook dependencies to ^8.0.9 by renovate in https://github.com/marimo-team/marimo/pull/1282
* chore(deps): update dependency typescript to ^5.4.5 by renovate in https://github.com/marimo-team/marimo/pull/1284


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.4.7...0.4.8

0.4.7

Not secure
What's Changed

Improvements and bug fixes.

* Prevent vite from misencoding data-uri by dmadisetti in https://github.com/marimo-team/marimo/pull/1251
* cleanup: remove mode "island" by mscolnick in https://github.com/marimo-team/marimo/pull/1250
* feat: autoinstall packages in micropip by mscolnick in https://github.com/marimo-team/marimo/pull/1247
* fix: set event loop policy before HTML export by akshayka in https://github.com/marimo-team/marimo/pull/1252
* fix UnicodeDecodeError by fuenfundachtzig in https://github.com/marimo-team/marimo/pull/1253
* removed unittest from test_os_file_system.py by fuenfundachtzig in https://github.com/marimo-team/marimo/pull/1257
* fix: no silent errors in module autoreloading by akshayka in https://github.com/marimo-team/marimo/pull/1254
* fix: properly handle iframes in marimo export by mscolnick in https://github.com/marimo-team/marimo/pull/1258
* improve traceback colors by akshayka in https://github.com/marimo-team/marimo/pull/1256
* 0.4.7 by akshayka in https://github.com/marimo-team/marimo/pull/1259


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.4.6...0.4.7

0.4.6

Not secure
What's Changed

Improvements and fixes.

* impove islands styling slightly by mscolnick in https://github.com/marimo-team/marimo/pull/1233
* chore: publish islands by mscolnick in https://github.com/marimo-team/marimo/pull/1230
* Tweaks for islands off Vite by dmadisetti in https://github.com/marimo-team/marimo/pull/1214
* fix: 1065 Add custom values to slider by metaboulie in https://github.com/marimo-team/marimo/pull/1225
* fix: lint and typcheck errors on main by mscolnick in https://github.com/marimo-team/marimo/pull/1234
* fix: edge-case for not deleting the last cell by mscolnick in https://github.com/marimo-team/marimo/pull/1239
* fix: marimo islands output rendering edge-cases by mscolnick in https://github.com/marimo-team/marimo/pull/1238
* fix: revert breaking change in mo.ui.slider by mscolnick in https://github.com/marimo-team/marimo/pull/1237
* fix: avoid failing marimo edit on broken symlinks by mscolnick in https://github.com/marimo-team/marimo/pull/1236
* fix: include datatime and timedelta index in output by mscolnick in https://github.com/marimo-team/marimo/pull/1242
* fix: leafmap.folium.Map formatting by mscolnick in https://github.com/marimo-team/marimo/pull/1243
* fix: include console outputs in exported html by akshayka in https://github.com/marimo-team/marimo/pull/1231
* fix: Invalid virtual file returns 404 by mscolnick in https://github.com/marimo-team/marimo/pull/1245
* fix: open marimo notebook from the sidebar by mscolnick in https://github.com/marimo-team/marimo/pull/1246
* 0.4.6 by akshayka in https://github.com/marimo-team/marimo/pull/1248


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.4.5...0.4.6

0.4.5

Not secure
What's Changed

Small bug fixes.

* fix: Add guard around click import for WASM by dmadisetti in https://github.com/marimo-team/marimo/pull/1224
* fix: don't format tracebacks with codehilite when stderr not overridden by akshayka in https://github.com/marimo-team/marimo/pull/1228
* fix: dark theme selectors by mscolnick in https://github.com/marimo-team/marimo/pull/1227
* 0.4.5 by akshayka in https://github.com/marimo-team/marimo/pull/1229


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.4.4...0.4.5

0.4.4

Not secure
What's Changed

Highlights

🐍 **`marimo export script`**: Export marimo notebooks as flat Python scripts:

`marimo export script notebook.py -o flat_script.py`

marimo notebooks are already executable as scripts (`python notebook.py`), but we're providing this for convenience, in case you need to use your notebook as a script in an environment that doesn't have `marimo` installed.

🔔 **Better UX for undoing cell deletion.** Many of you told us you didn't know how to undo cell deletions.

⌨ **Tab to start completions.** In addition to `Ctrl+Space`.

🏁 **Windows compatibility.** Fixes for our Windows users. Thanks for your patience!

Full changelog

* faq about late binding closures in Python by akshayka in https://github.com/marimo-team/marimo/pull/1204
* feat: `marimo export script`, to export notebook as a flat script by mscolnick in https://github.com/marimo-team/marimo/pull/1199
* Update readme intro by akshayka in https://github.com/marimo-team/marimo/pull/1206
* improvement: add cell deletion toast to undo, and add to command pallete and notebook actions by mscolnick in https://github.com/marimo-team/marimo/pull/1209
* fix: Interrupts on Windows by akshayka in https://github.com/marimo-team/marimo/pull/1210
* fix: check for __file__ on main by akshayka in https://github.com/marimo-team/marimo/pull/1211
* fix: graalpy by akshayka in https://github.com/marimo-team/marimo/pull/1212
* fix: race condition in module watcher by akshayka in https://github.com/marimo-team/marimo/pull/1213
* fix: close matplotlib figures in app.run() by akshayka in https://github.com/marimo-team/marimo/pull/1215
* fix: don't load marimo mpl backend in script context by akshayka in https://github.com/marimo-team/marimo/pull/1216
* fix: graceful exit when running as a script by akshayka in https://github.com/marimo-team/marimo/pull/1217
* fix: give real UIElementRegistry when running as a script by akshayka in https://github.com/marimo-team/marimo/pull/1218
* fix: explicit field types for mo.ui.dataframe by mscolnick in https://github.com/marimo-team/marimo/pull/1144
* improvement: tab to start completion by akshayka in https://github.com/marimo-team/marimo/pull/1220
* fix: flatten subtype by akshayka in https://github.com/marimo-team/marimo/pull/1221
* fix: syntax error handling in module reloading by akshayka in https://github.com/marimo-team/marimo/pull/1222
* 0.4.4 by akshayka in https://github.com/marimo-team/marimo/pull/1223


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.4.3...0.4.4

Page 27 of 46

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.