Skip to content

0.9.33

Compare
Choose a tag to compare
@mscolnick mscolnick released this 10 Dec 00:39
· 267 commits to main since this release

⭐ Highlights

  • Configuration can now be overridden using pyproject.toml, providing more flexibility in managing notebook settings. This goes under the [tool.marimo] settings. To learn more about the configuration exposed, run marimo config describe
  • Frontend performance improvements to prevent unnecessary re-rendering
  • marimo.create_asgi_app supports ASGI middleware (e.g. for authentication/authorization)
  • Export to .ipynb improvements/interoperability. For example: marimo export ipynb nb.py -o snapshot.ipynb --include-outputs --sort=top-down. You can use this to view the outputs in GitHub or pipe the results in your other tools.

What's Changed

New Contributors

Full Changelog: 0.9.32...0.9.33