github marimo-team/marimo 0.1.70

latest releases: 0.10.13, 0.10.12, 0.10.11...
12 months ago

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:

import marimo
app = marimo.App()

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

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

Changelog

New Contributors! 🎉

Full Changelog: 0.1.69...0.1.70

Don't miss a new marimo release

NewReleases is sending notifications on new releases.