0.6.23
What's Changed
Highlights
App composition. This release adds support for embedding a notebook as an output in another notebook! This lets you make building blocks that you can reuse in more complex notebooks:
import my_notebook import app
mo.ui.tabs({"My app": app})
See the PR description for more details: #1674
All changes
- fix: add str in conversion to stop toml.type from being encoded and breaking markdown mode by @dmadisetti in #1666
- fix: status transitions should not be repeated by @akshayka in #1671
- fix: don't allow saving in kiosk by @mscolnick in #1672
- feat: app composition by @akshayka in #1665
- 0.6.23 by @akshayka in #1674
Full Changelog: 0.6.22...0.6.23