Skip to content

0.6.23

Compare
Choose a tag to compare
@akshayka akshayka released this 25 Jun 16:28
· 1197 commits to main since this release
595fcd4

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

Full Changelog: 0.6.22...0.6.23