github marimo-team/marimo 0.5.1

latest releases: 0.11.17, 0.11.16, 0.11.15...
10 months ago

Highlights

🏝️ marimo islands: marimo islands are a way to embed marimo outputs and/or python code in your HTML that will become interactive when the page is loaded. This is useful for creating interactive blog posts, tutorials, and educational materials, all powered by marimo’s reactive runtime.

<marimo-island data-app-id="main" data-cell-id="MJUe" data-reactive="true">
  <marimo-cell-output>
    <span class="markdown">
      <span class="paragraph">Hello, islands!</span>
    </span>
  </marimo-cell-output>
  <marimo-cell-code hidden>mo.md('Hello islands 🏝️!')</marimo-cell-code>
</marimo-island>

Read more about islands: https://docs.marimo.io/guides/wasm.html#islands

Export as Markdown: Export your marimo app to markdown from the code editor.

mo.nav_menu: Navigate to different marimo notebooks, when running multiple notebooks at a time.

What's Changed

Full Changelog: 0.5.0...0.5.1

Don't miss a new marimo release

NewReleases is sending notifications on new releases.