Marimo

Latest version: v0.11.5

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

Scan your dependencies

Page 31 of 42

0.1.75

Not secure
What's Changed

This change includes some quality of life improvements to the marimo editor.

* improvement: add "Download image" in right click menu by mscolnick in https://github.com/marimo-team/marimo/pull/536
* improvement: configurable editor font-size by mscolnick in https://github.com/marimo-team/marimo/pull/537


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.74...0.1.75

0.1.74

Not secure
What's Changed

This change adds support for using the arrow keys to navigate across cells. It also adds a new UI element, `mo.ui.code_editor()`, a text input with syntax highlighting.

Highlights

* improvement: Add ArrowUp/ArrowDown hotkey support for moving between cells by mscolnick in https://github.com/marimo-team/marimo/pull/533
* feat: mo.ui.code_editor by mscolnick in https://github.com/marimo-team/marimo/pull/531
* fix: don't make cells stale after formatting code by mscolnick in https://github.com/marimo-team/marimo/pull/535
* feat: configurable line length in format by akshayka in https://github.com/marimo-team/marimo/pull/528
* improvement: support running from https://marimo.io/static/ by mscolnick in https://github.com/marimo-team/marimo/pull/525
* example: Add duckdb and hugging face example by mscolnick in https://github.com/marimo-team/marimo/pull/529

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.73...0.1.74

0.1.73

Not secure
What's Changed

A small bug fix and an improvement.

* fix: support hide_code config in read and static html by mscolnick in https://github.com/marimo-team/marimo/pull/520
* improvement: close window on shutdown by mscolnick in https://github.com/marimo-team/marimo/pull/522


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.72...0.1.73

0.1.72

Not secure
What's Changed

This release adds a feature that lets you instantly share your notebooks as static HTML to the public web!

Just click the `Share as static notebook` option in the notebook menu:

![image](https://github.com/marimo-team/marimo/assets/1994308/41fe41f5-455a-406d-b4a0-727a7b3afb7d)

Then choose a name for your file and hit "create", and we'll give you a link you can share out with the world!

![image](https://github.com/marimo-team/marimo/assets/1994308/70b1b7ad-b1fe-4750-9164-a074df092f6e)


Changes

* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/517
* improvement: sortable variable table by mscolnick in https://github.com/marimo-team/marimo/pull/516
* misc: allow uploading notebook as shared page by mscolnick in https://github.com/marimo-team/marimo/pull/519


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.71...0.1.72

0.1.71

Not secure
What's Changed

This change adds a feedback mechanism, built-into marimo. Click on the question icon in the bottom right of the notebook to send us anonymous feedback!

![image](https://github.com/marimo-team/marimo/assets/1994308/599fbbc1-db56-4bc3-8d3c-9d98ce181038)

* misc: feedback dialog by mscolnick in https://github.com/marimo-team/marimo/pull/514


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.70...0.1.71

0.1.70

Not secure
What's Changed

This release introduces a feature that many of our users have asked for: hidden cells! You can now hide the code of a cell via the cell context menu, or with `Cmd/Ctrl` + `H`.

Additionally, this release makes it easier to edit marimo notebooks in a text editor. Instead of complaining about incorrect signatures and returns, marimo will fix them for you automatically when you next save the notebook. For example, you could author the following notebook in your text editor, and marimo will successfully open it:

python
import marimo
app = marimo.App()

app.cell
def imports():
import marimo as mo

app.cell
def greetings():
mo.md(" Hello, world!")


Changelog
* feature: Hide cell code while editing by mscolnick in https://github.com/marimo-team/marimo/pull/506
* improvement: Relax validation of args/returns on cells by akshayka in https://github.com/marimo-team/marimo/pull/502
* example: refresh with ISS API by liquidcarbon in https://github.com/marimo-team/marimo/pull/490
* fix: Handle banned names when renaming a cell by mscolnick in https://github.com/marimo-team/marimo/pull/505
* fix: wait for content to render before screenshot by mscolnick in https://github.com/marimo-team/marimo/pull/512
* fix: handle duplicate column names in CSV data by mscolnick in https://github.com/marimo-team/marimo/pull/511

New Contributors! 🎉
* liquidcarbon made their first contribution in https://github.com/marimo-team/marimo/pull/490

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.69...0.1.70

Page 31 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.