Skip to content

0.3.11

Compare
Choose a tag to compare
@akshayka akshayka released this 09 Apr 23:51
· 1595 commits to main since this release
00ee3b0

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