0.7.2
What's Changed
Highlights
marimo slides! It's now possible to present any marimo notebook as a slide deck, in just a couple of clicks.
Make interactive and dynamic presentations using just Python and markdown!
marimo-slides-full.mp4
Every cell with an output becomes its own slide. View a notebook in slides mode by toggling the app view and choosing "slides" from the layouts dropdown in the top right. You can then present the notebook as slides with marimo run my_notebook.py
.
Example: https://marimo.io/p/@marimo/marimo-slides
new tutorial - marimo tutorial sql
for a quick guide on writing SQL in marimo.
All changes
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1753
- improvement: improved homepage with search and file-explorer by @mscolnick in #1759
- Fix FAQ anchor by @FullMetalMeowchemist in #1760
- fix: fix toggling between markdown and python languages in code editor by @mscolnick in #1761
- docs: sql docs and tutorial, loosen variable name lowercase by @mscolnick in #1762
- feat: slides by @mscolnick in #1763
- feat: prioritize ruff over black in formatter, requirements, and documentation by @viamiraia in #1765
- improvement: add experimental support for Layouts in wasm by @mscolnick in #1767
- fix: read layout in Pyodide session by @mscolnick in #1769
- fix readme typo by @akshayka in #1771
- fix: patching vegaloader when rendering static content by @mscolnick in #1770
- 0.7.2 by @akshayka in #1772
New Contributors
- @pre-commit-ci made their first contribution in #1753
- @FullMetalMeowchemist made their first contribution in #1760
- @viamiraia made their first contribution in #1765
Full Changelog: 0.7.1...0.7.2