What's Changed
Highlights
Go-to-definition. Ctrl/Cmd+Click
on a variable name to go to its definition!
Run button. Use mo.ui.run_button()
to create a button that triggers computation -- its value is set to True
on click, and reset to False
after running.
View config. At the command-line, type marimo config show
to view marimo's configuration.
All changes
- fix: re-enable cmd click go-to-definition by @mscolnick in #1508
- fix: matplotlib with legends outside of bbox by @mscolnick in #1512
- feat: add 'marimo config show' CLI command by @mscolnick in #1513
- feat: run_button by @akshayka in #1514
- 0.6.12 by @akshayka in #1517
Full Changelog: 0.6.11...0.6.12