0.2.7
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")
- fix: pickle-ability of functions/classes by @akshayka in #811
- fix: preserve altair settings by @mscolnick in #813
- feat: top-level await by @akshayka in #795
- Update config-schema.ts by @mscolnick in #814
- 0.2.7 by @akshayka in #815
Full Changelog: 0.2.6...0.2.7