What's Changed
Highlights
**Redirect console logs to the browser console in `marimo run`**: Use `marimo run notebook.py --redirect-console-to-browser` to redirect console logs to the browser console, which can help in debugging.
**Support for altair `5.4.0`**. Accommodate a breaking change in Altair `5.4.0`.
**Return to notebook directory page.** If marimo was launched with `marimo edit`, the notebook menu will now include an option that lets you return to the notebook directory with one click.
All changes
* fix: reenabling module watcher by akshayka in https://github.com/marimo-team/marimo/pull/1978
* Fix 1403: Redirecting Error Messages by metaboulie in https://github.com/marimo-team/marimo/pull/1981
* test: check that certain globals are populated in execution context by dmadisetti in https://github.com/marimo-team/marimo/pull/1989
* add substrate example by akshayka in https://github.com/marimo-team/marimo/pull/1990
* Fix: disable transitively status by akshayka in https://github.com/marimo-team/marimo/pull/1992
* Update tutorials by akshayka in https://github.com/marimo-team/marimo/pull/1996
* feat/fix: reactive filename/ fallback for __file__ by dmadisetti in https://github.com/marimo-team/marimo/pull/1991
* fix: duckdb lowerbound by akshayka in https://github.com/marimo-team/marimo/pull/1998
* chore(deps): update dependency typescript to ^5.5.4 by renovate in https://github.com/marimo-team/marimo/pull/1934
* chore(deps): update all storybook dependencies to ^8.2.8 by renovate in https://github.com/marimo-team/marimo/pull/1938
* improve: Home button in notebook menu by wasimsandhu in https://github.com/marimo-team/marimo/pull/1997
* improvement: cleanup markdown, use prose (try 2) by mscolnick in https://github.com/marimo-team/marimo/pull/2003
* fix: fix altair api break, cleanup DependencyManager by mscolnick in https://github.com/marimo-team/marimo/pull/2006
* fix: don't autorun on rename when runtime is lazy by akshayka in https://github.com/marimo-team/marimo/pull/1999
* 0.7.20 by akshayka in https://github.com/marimo-team/marimo/pull/2007
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.19...0.7.20