Marimo

Latest version: v0.11.19

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

Scan your dependencies

Page 16 of 44

0.7.20

Not secure
What's Changed

Highlights

**Redirect console logs to the browser console in `marimo run`**: Use `marimo run notebook.py --redirect-console-to-browser` to redirect console logs to the browser console, which can help in debugging.

**Support for altair `5.4.0`**. Accommodate a breaking change in Altair `5.4.0`.

**Return to notebook directory page.** If marimo was launched with `marimo edit`, the notebook menu will now include an option that lets you return to the notebook directory with one click.

All changes

* fix: reenabling module watcher by akshayka in https://github.com/marimo-team/marimo/pull/1978
* Fix 1403: Redirecting Error Messages by metaboulie in https://github.com/marimo-team/marimo/pull/1981
* test: check that certain globals are populated in execution context by dmadisetti in https://github.com/marimo-team/marimo/pull/1989
* add substrate example by akshayka in https://github.com/marimo-team/marimo/pull/1990
* Fix: disable transitively status by akshayka in https://github.com/marimo-team/marimo/pull/1992
* Update tutorials by akshayka in https://github.com/marimo-team/marimo/pull/1996
* feat/fix: reactive filename/ fallback for __file__ by dmadisetti in https://github.com/marimo-team/marimo/pull/1991
* fix: duckdb lowerbound by akshayka in https://github.com/marimo-team/marimo/pull/1998
* chore(deps): update dependency typescript to ^5.5.4 by renovate in https://github.com/marimo-team/marimo/pull/1934
* chore(deps): update all storybook dependencies to ^8.2.8 by renovate in https://github.com/marimo-team/marimo/pull/1938
* improve: Home button in notebook menu by wasimsandhu in https://github.com/marimo-team/marimo/pull/1997
* improvement: cleanup markdown, use prose (try 2) by mscolnick in https://github.com/marimo-team/marimo/pull/2003
* fix: fix altair api break, cleanup DependencyManager by mscolnick in https://github.com/marimo-team/marimo/pull/2006
* fix: don't autorun on rename when runtime is lazy by akshayka in https://github.com/marimo-team/marimo/pull/1999
* 0.7.20 by akshayka in https://github.com/marimo-team/marimo/pull/2007


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.19...0.7.20

0.7.19

Not secure
What's Changed

Fixes a bug with drag-and-drop scrolling.

* example: sqlite by akshayka in https://github.com/marimo-team/marimo/pull/1974
* fix: dont scroll horizontally when dragging cells by akshayka in https://github.com/marimo-team/marimo/pull/1976
* 0.7.19 by akshayka in https://github.com/marimo-team/marimo/pull/1977


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.18...0.7.19

0.7.18

Not secure
What's Changed

- You can now skip the marimo upgrade check in the CLI
- `mo.image()` now expands user directories in paths

* feat: support skipping update check in `marimo edit` by mutongx in https://github.com/marimo-team/marimo/pull/1948
* fix: gap between cells for wasm by akshayka in https://github.com/marimo-team/marimo/pull/1957
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/1956
* fix link by akshayka in https://github.com/marimo-team/marimo/pull/1961
* Editing pass over our guides by akshayka in https://github.com/marimo-team/marimo/pull/1965
* fix: expand user for mo.image() by akshayka in https://github.com/marimo-team/marimo/pull/1968
* optional email in feedback form by akshayka in https://github.com/marimo-team/marimo/pull/1966
* update anywidget docs by akshayka in https://github.com/marimo-team/marimo/pull/1969
* docs: update CLI run by akshayka in https://github.com/marimo-team/marimo/pull/1970
* docs md editor by akshayka in https://github.com/marimo-team/marimo/pull/1972
* 0.7.18 by akshayka in https://github.com/marimo-team/marimo/pull/1973


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.17...0.7.18

0.7.17

Not secure
What's Changed

Fixes a bug with dark mode styles.

* fix: unit test for markdown export by mutongx in https://github.com/marimo-team/marimo/pull/1947
* Revert "improvement: cleanup markdown, use prose (1892)" by akshayka in https://github.com/marimo-team/marimo/pull/1950
* 0.7.17 by akshayka in https://github.com/marimo-team/marimo/pull/1951

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.16...0.7.17

0.7.16

Not secure
What's Changed

🐞 fix release.

* fix: shutdown should only shutdown current notebook by akshayka in https://github.com/marimo-team/marimo/pull/1944
* 0.7.16 by akshayka in https://github.com/marimo-team/marimo/pull/1945


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.15...0.7.16

0.7.15

Not secure
What's Changed

Highlights

**Fullscreen outputs!** View any output as full-screen by clicking the expand icon in the top right of a cell.

**📂 Open marimo notebooks from the file explorer panel.**

![image](https://github.com/user-attachments/assets/d9a3ec41-bd9f-496a-a648-6e41afa43f42)

All changes

* fix: wait for pdf by mscolnick in https://github.com/marimo-team/marimo/pull/1924
* improve: SQL tutorial by akshayka in https://github.com/marimo-team/marimo/pull/1925
* fix: Fixed setting filetypes to None, causing the parameter not to work by peterwilli in https://github.com/marimo-team/marimo/pull/1926
* fix: recursive outputs by mscolnick in https://github.com/marimo-team/marimo/pull/1928
* improvement: easy open marimo file by mscolnick in https://github.com/marimo-team/marimo/pull/1930
* improvement: fullscreen outputs by mscolnick in https://github.com/marimo-team/marimo/pull/1932
* fix: style fix for expand icon to prevent overlap with stale icon by akshayka in https://github.com/marimo-team/marimo/pull/1940
* fix: ui element clone, init with with new instance args by akshayka in https://github.com/marimo-team/marimo/pull/1939
* 0.7.15 by akshayka in https://github.com/marimo-team/marimo/pull/1943

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.14...0.7.15

Page 16 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.