Skip to content

Releases: marimo-team/marimo

0.6.13

29 May 23:32
bea83a5
Compare
Choose a tag to compare

What's Changed

Highlights

Datasets explorer panel! 🔭 marimo now ships with a datasets panel that intelligently discovers datasets (right now pandas, polars, pyarrow). and will show its shape and schema. From here you can explore its columns and get quick charts based on them - which you can add directly to your notebook.

image

All changes

Full Changelog: 0.6.12...0.6.13

0.6.12

29 May 16:54
f12bc50
Compare
Choose a tag to compare

What's Changed

Highlights

Go-to-definition. Ctrl/Cmd+Click on a variable name to go to its definition!

Run button. Use mo.ui.run_button() to create a button that triggers computation -- its value is set to True on click, and reset to False after running.

View config. At the command-line, type marimo config show to view marimo's configuration.

All changes

Full Changelog: 0.6.11...0.6.12

0.6.11

28 May 17:06
f39c6ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Thanks @vrtnis for making your first code contribution!

Full Changelog: 0.6.10...0.6.11

0.6.10

28 May 17:04
a7837b1
Compare
Choose a tag to compare

What's Changed

Revert Pyodide upgrade.

Full Changelog: 0.6.9...0.6.10

0.6.9

27 May 22:18
e661752
Compare
Choose a tag to compare

What's Changed

This release upgrades Pyodide to 0.26.0. It also includes improvements to the editor UI.

Full Changelog: 0.6.8...0.6.9

0.6.8

26 May 06:35
e8d0d68
Compare
Choose a tag to compare

What's Changed

This release temporarily disables Cmd+Click go-to-definition due to a regression (#1462), and fixes an editor UI bug.

Full Changelog: 0.6.7...0.6.8

0.6.7

26 May 05:37
0586cb1
Compare
Choose a tag to compare

What's Changed

Fix a regression in the editor UI.

Full Changelog: 0.6.6...0.6.7

0.6.6

24 May 22:11
cd1257e
Compare
Choose a tag to compare

What's Changed

UX improvement: hover on the running status icon to highlight the current running cell.

All changes

Full Changelog: 0.6.5...0.6.6

0.6.5

24 May 16:56
f5dcfef
Compare
Choose a tag to compare

What's Changed

Highlights

Imperative outputs. A new output function to replace an output at a particular index: mo.output.replace_at_index.

Download as HTML from marimo run. marimo run apps now support downloading the page view as HTML/PNG.

UX improvements. Panel icons are now more visible — if you haven't been using our panels, hopefully this helps you use them more!

All changes

Full Changelog: 0.6.4...0.6.5

0.6.4

23 May 17:53
fc53164
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.6.4