Marimo

Latest version: v0.12.4

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

Scan your dependencies

Page 21 of 47

0.7.4

Not secure
What's Changed

Small bug fixes.

* example: duckdb connection, fix openapi doc url by mscolnick in https://github.com/marimo-team/marimo/pull/1781
* fix: scroll when adding new cell at the bottom by mscolnick in https://github.com/marimo-team/marimo/pull/1782
* fix: add missing requirement by akshayka in https://github.com/marimo-team/marimo/pull/1787
* 0.7.4 by akshayka in https://github.com/marimo-team/marimo/pull/1791


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.3...0.7.4

0.7.3

Not secure
What's Changed

Highlights

**`marimo edit` glow-up! ✨** We've done a UI revamp of the notebook server launched with `marimo edit`. Your notebooks are now organized in an easy-to-navigate and searchable file explorer.

![image](https://github.com/user-attachments/assets/ca1df956-70a5-491d-b07d-b633b59c13f8)

All changes

* docs: fix example for marimo.ui.file_browser by nchachereau in https://github.com/marimo-team/marimo/pull/1774
* fix: treat special variable "__" as local variable by ontowhee in https://github.com/marimo-team/marimo/pull/1764
* fix: opening files when using 'marimo <dir>' by mscolnick in https://github.com/marimo-team/marimo/pull/1775
* improvement: support AnyWidget.send, mosaic_widget example by mscolnick in https://github.com/marimo-team/marimo/pull/1776
* fix: patching vegaloader again, supporting various pathnames by mscolnick in https://github.com/marimo-team/marimo/pull/1777
* fix: remove side-effectful isinstance check by akshayka in https://github.com/marimo-team/marimo/pull/1779
* 0.7.3 by akshayka in https://github.com/marimo-team/marimo/pull/1780

New Contributors
* nchachereau made their first contribution in https://github.com/marimo-team/marimo/pull/1774
* ontowhee made their first contribution in https://github.com/marimo-team/marimo/pull/1764

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.2...0.7.3

0.7.2

Not secure
What's Changed

Highlights

**marimo slides!** It's now possible to present any marimo notebook as a slide deck, in just a couple of clicks.

Make interactive and dynamic presentations using just Python and markdown!

https://github.com/marimo-team/marimo/assets/1994308/18851d3b-0445-43cf-918a-4ae9c14f0f0e

Every cell with an output becomes its own slide. View a notebook in slides mode by toggling the app view and choosing "slides" from the layouts dropdown in the top right. You can then present the notebook as slides with `marimo run my_notebook.py`.

Example: https://marimo.io/p/marimo/marimo-slides

**new tutorial** - `marimo tutorial sql` for a quick guide on writing SQL in marimo.

All changes

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/1753
* improvement: improved homepage with search and file-explorer by mscolnick in https://github.com/marimo-team/marimo/pull/1759
* Fix FAQ anchor by FullMetalMeowchemist in https://github.com/marimo-team/marimo/pull/1760
* fix: fix toggling between markdown and python languages in code editor by mscolnick in https://github.com/marimo-team/marimo/pull/1761
* docs: sql docs and tutorial, loosen variable name lowercase by mscolnick in https://github.com/marimo-team/marimo/pull/1762
* feat: slides by mscolnick in https://github.com/marimo-team/marimo/pull/1763
* feat: prioritize ruff over black in formatter, requirements, and documentation by viamiraia in https://github.com/marimo-team/marimo/pull/1765
* improvement: add experimental support for Layouts in wasm by mscolnick in https://github.com/marimo-team/marimo/pull/1767
* fix: read layout in Pyodide session by mscolnick in https://github.com/marimo-team/marimo/pull/1769
* fix readme typo by akshayka in https://github.com/marimo-team/marimo/pull/1771
* fix: patching vegaloader when rendering static content by mscolnick in https://github.com/marimo-team/marimo/pull/1770
* 0.7.2 by akshayka in https://github.com/marimo-team/marimo/pull/1772

New Contributors
* pre-commit-ci made their first contribution in https://github.com/marimo-team/marimo/pull/1753
* FullMetalMeowchemist made their first contribution in https://github.com/marimo-team/marimo/pull/1760
* viamiraia made their first contribution in https://github.com/marimo-team/marimo/pull/1765

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.1...0.7.2

0.7.1

Not secure
What's Changed

Fixes for vim mode, GitHub copilot, and other misc.

* fix: reduce padding of cell actions by mscolnick in https://github.com/marimo-team/marimo/pull/1731
* fix: focus top and focus bottom by mscolnick in https://github.com/marimo-team/marimo/pull/1734
* fix: revert radix upgrade - fixes escape in vim by mscolnick in https://github.com/marimo-team/marimo/pull/1738
* disable lint keymap by akshayka in https://github.com/marimo-team/marimo/pull/1739
* fix: Change the copilot server script name by ananis25 in https://github.com/marimo-team/marimo/pull/1745
* Update outdated import of Gcf in mpl.py by Haleshot in https://github.com/marimo-team/marimo/pull/1742
* fix: hide sql in wasm. add example querying a remote csv by mscolnick in https://github.com/marimo-team/marimo/pull/1750
* 0.7.1 by akshayka in https://github.com/marimo-team/marimo/pull/1754

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.0...0.7.1

0.7.0

Not secure
Hello, SQL!

Version 0.7.0 includes a **big new feature**: marimo now ships with reactive **SQL cells**! Use SQL to query Pandas/Polars dataframes, Google Sheets, database tables, and more, and get the query result back as a DataFrame.

https://github.com/marimo-team/marimo/assets/1994308/89a6f045-56e5-4d82-91dc-e2dfdb2ad772

**Details**
- You can create a SQL cell by right-clicking a create cell button and choosing "SQL cell", by converting an empty cell to SQL via the cell context menu, or via the SQL button that appears when you mouse hover at the bottom of your notebook.
- Under the hood, marimo translates your SQL statements to Python and passes it to an OLAP DBMS. Our current implementation is powered by [duckdb](https://duckdb.org/) 🦆.
- Stay tuned for more documentation and tutorials on how to use this powerful new feature.
- To use this feature, you'll need to first install duckdb (`pip install duckdb`).


All changes

* feat: sql support by mscolnick in https://github.com/marimo-team/marimo/pull/1709
* chore: upgrade ruff, fix lint errors by mscolnick in https://github.com/marimo-team/marimo/pull/1721
* improvement: sort tables in dataframe by cell order by mscolnick in https://github.com/marimo-team/marimo/pull/1723
* improvement: right-click add button to add Markdown or SQL by mscolnick in https://github.com/marimo-team/marimo/pull/1722
* add python cell to create cell context menu by akshayka in https://github.com/marimo-team/marimo/pull/1725
* docs: fix typos and a broken link in PR template by Oreoxmt in https://github.com/marimo-team/marimo/pull/1726
* fix: update valtown/codemirror-codeium to version 1.0.2 to fix usage in http by mscolnick in https://github.com/marimo-team/marimo/pull/1729
* no f-strings in md viewer by akshayka in https://github.com/marimo-team/marimo/pull/1728
* 0.7.0 by akshayka in https://github.com/marimo-team/marimo/pull/1730

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.26...0.7.0

0.6.26

Not secure
What's Changed

Highlights

**A free copilot! 🤖** This release brings a free copilot to marimo, based on [Codeium](https://codeium.com/)! We already support GitHub Copilot, but if you don't have a GitHub Copilot, consider Codeium for a free alternative. Docs here: https://docs.marimo.io/guides/ai_completion.html#codeium-copilot

All changes

* chore(deps): update all storybook dependencies to ^8.1.11 by renovate in https://github.com/marimo-team/marimo/pull/1701
* chore(deps): update dependency typescript to ^5.5.2 by renovate in https://github.com/marimo-team/marimo/pull/1704
* feat: codium copilot by mscolnick in https://github.com/marimo-team/marimo/pull/1700
* fix: cell run button in present by mscolnick in https://github.com/marimo-team/marimo/pull/1707
* fix: don't render dataframes in mo.ui.table if they contain nested datastructures by mscolnick in https://github.com/marimo-team/marimo/pull/1708
* chore(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/1703
* fix: don't error on null html by mscolnick in https://github.com/marimo-team/marimo/pull/1712
* fix: make hooks robust to base exceptions by akshayka in https://github.com/marimo-team/marimo/pull/1713
* 0.6.26 by akshayka in https://github.com/marimo-team/marimo/pull/1714


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.25...0.6.26

Page 21 of 47

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.