What's Changed
This release adds the ability to include and show code when running a marimo notebook as an app:
marimo run notebook.py --include-code
It also includes other improvements and bug fixes.
- feat: show rows, columns of truncated dataframes by @akshayka in #455
- feat: add --include-code to marimo run by @mscolnick in #463
- fix: show elapsed time for errored cells by @akshayka in #459
- improve: multi-select filter function by @mscolnick in #460
- chore: pnpm dedupe check by @mscolnick in #465
- chore: update vite@5 and vitest@1 by @mscolnick in #461
Full Changelog: 0.1.65...0.1.66