github marimo-team/marimo 0.8.15

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

What's Changed

Highlights

📸 Automatically snapshot notebooks as HTML This release includes a notebook-level configuration that, when enabled, periodically and automatically snapshots your notebook as HTML, saving the snapshot to a folder .marimo in the notebook directory.

This allows you to enjoy the best of both worlds — your notebooks are stored as pure Python, while your outputs are automatically stashed to a directory for later viewing.

📦 Packge sandbox improvements. We've simplified marimo's package sandbox: now, when you open a marimo notebook with

marimo edit --sandbox notebook.py

marimo will automatically track the packages used by your notebook and save them in the notebook as inline script metadata, along with their versions.

🐍 IPython/Jupyter compatibility. We've increased our compatibility with Jupyter/IPython rendering, adding support for _repr*_ methods as well as mimebundles.

All changes

Full Changelog: 0.8.14...0.8.15

Don't miss a new marimo release

NewReleases is sending notifications on new releases.