What's Changed
Highlights
✍ Scratchpad panel. Version 0.7.9 ships with a new panel: the scratchpad. The scratchpad panel lets you type arbitrary Python code, free from the restrictions of marimo's constraints. Scratchpad code doesn't get saved into your notebook; instead, it's an exploratory REPL for quick and dirty analyses.
Collapsible markdown headings. You can now collapse sections of your notebooks, based on markdown headings. For example, collapse all cells under an H2
heading. This makes it much easier to work with long notebooks.
- feat: scratchpad by @mscolnick in #1821
- feat: collapsible sections by @mscolnick in #1826
- fix: dont autoinstall pkgs we already tried installing by @akshayka in #1828
- improvement: support nested polars data in mo.ui.table, support polars > 1.0 by @mscolnick in #1830
- improvement: always allow converting cell to markdown from python by @mscolnick in #1834
- 0.7.9 by @akshayka in #1835
Full Changelog: 0.7.8...0.7.9