Highlights
- mo.Thread:
mo.Thread
has the same API asthreading.Thread
, butmo.Thread
s are able to communicate with the marimo frontend, whereasthreading.Thread
can’t.
What's Changed
- feat: mo.Thread by @akshayka in #2671
- docs: outputs by @akshayka in #2673
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2681
- improvement: use light-dark() css function for easier overrides by @mscolnick in #2680
- fix: prevent module reload in wasm by @mscolnick in #2683
- improvement: improve loading states while islands are initializing by @mscolnick in #2682
- example: add flask example by @mscolnick in #2686
- example: add complete fastapi example by @mscolnick in #2685
- example: fasthtml by @mscolnick in #2688
Full Changelog: 0.9.11...0.9.12