github marimo-team/marimo 0.2.7

latest releases: 0.15.2, 0.15.1, 0.15.0...
18 months ago

What's Changed

Highlights.

⏳ New Feature: top-level await!

In this release, it's now possible to use await in marimo cells. This makes it easy to use async functions.

Additionally, in WASM-powered marimo notebooks, this lets you use micropip to install packages: just use

import micropip
await micropip.install("package name")

Full Changelog: 0.2.6...0.2.7

Don't miss a new marimo release

NewReleases is sending notifications on new releases.