github marimo-team/marimo 0.3.11

latest releases: 0.10.17, 0.10.16, 0.10.15...
9 months ago

What's Changed

New Features

Autoreload modules. marimo can now be configured to automatically reload modules before executing cells, bringing in any modifications you may have made to modules used by your notebook.

If you're coming from IPython/Jupyter, this is similar to the autoreload 2 magic.

Enable it in your settings:

Autoreload.mp4

Snippets. marimo now ships with a library of code snippets that you may find useful when working with data. Open the snippets panel via the toolbar at the bottom of a marimo notebook. We'll add more snippets over time; if there's a snippet you'd like to contribute, just click the + button in the snippets panel to send it our way.

Snippets.mp4

Other improvements

mo.audio: you can now pass a path to a file to mo.audio, and it'll do the right thing. This function now accepts arbitrarily large audio files.

PyArrow tables: mo.ui.table() now supports PyArrow tables.

All changes

Full Changelog: 0.3.10...0.3.11

Don't miss a new marimo release

NewReleases is sending notifications on new releases.