pypi marimo 0.2.7

latest releases: 0.23.13, 0.23.12, 0.23.11...
2 years 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.