Skip to content

0.2.7

Compare
Choose a tag to compare
@akshayka akshayka released this 22 Feb 04:35
· 1774 commits to main since this release
639d499

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