Open
Conversation
a2c9025 to
73cadde
Compare
73cadde to
33518a1
Compare
509ce86 to
0294924
Compare
4c2c19e to
59ee989
Compare
59ee989 to
595cf55
Compare
f3a87cd to
a596c2f
Compare
a596c2f to
f2b1a88
Compare
f2b1a88 to
38b7cc6
Compare
38b7cc6 to
699ae9e
Compare
b588767 to
b75e5dc
Compare
79c45ee to
1362a0f
Compare
Member
|
It has an issue with multiple plots for the same buoy right now. |
1362a0f to
c269f6b
Compare
f3d0566 to
158bff0
Compare
3be6e9d to
8a13c17
Compare
36448fd to
dad284d
Compare
0b8c9b3 to
22fd031
Compare
22fd031 to
fa1af93
Compare
fa1af93 to
075dfc2
Compare
075dfc2 to
343b28a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.14,<0.15→>=0.20,<0.21Release Notes
marimo-team/marimo (marimo)
v0.20.4Compare Source
v0.20.2Compare Source
This release improves the experience of imperatively writing output with
mo.Threads, and also includes an important bug fix formo.ui.matplotlibselection.⭐️ Highlights
Write to a single cell's output with multiple threads
It is now possible for multiple
mo.Threadobjects to write to a single cell's output area usingmo.output.append().Communicate progress to the user with a thread-safe progress bar
mo.status.progress_baris now thread-safe, making it possible for multiplemo.Threadobjects (started in the same cell) to update a single progress bar. This lets you communicate progress to the user when multiple threads are sharding work. (Example notebook.)🐛 Bug fixes
ExecutionContext.outputtomarimo.Thread(#8413)📚 Documentation
Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @coastalwhite, @icholy, @manzt
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.20.1...0.20.2
v0.20.1Compare Source
v0.19.11Compare Source
What's Changed
New Contributors
Full Changelog: marimo-team/marimo@0.19.10...0.19.11
v0.19.8Compare Source
This release introduces notebook galleries with OpenGraph previews, along with anywidget improvements, AI enhancements, and many bug fixes.
⭐️ Highlights
Serve a gallery of notebooks
You can now serve multiple marimo notebooks as a gallery using
marimo runwith folders or multiple files. This is useful for showcasing collections of notebooks, tutorials, or dashboards in a single browsable interface.Rich gallery previews with OpenGraph metadata
Gallery cards can be customized with OpenGraph metadata. Define metadata in your notebook's PEP 723 script block to control how each notebook appears in the gallery:
For dynamic metadata, define a
generatorfunction that computes OpenGraph fields at runtime.You can also auto-generate thumbnail images for your notebooks using
marimo export thumbnail:Thumbnails are stored in the
__marimo__/directory alongside your notebooks and served automatically in gallery mode.Attach images to "Generate with AI"
You can now attach images when using "Generate with AI" to provide visual context for code generation. This is useful for sharing mockups, charts, or screenshots that help the AI understand what you're trying to build.
✨ Enhancements
🐛 Bug fixes
__getattr__returning non-callable values in serialization (#8109)mo.output.replace()when first-page data is unchanged (#8066)📚 Documentation
📝 Other changes
Contributors
Thanks to all our community and contributors who made this release possible: @dmadisetti, @gvwilson, @koaning, @Light2Dark, @lucharo, @manzt, @maruthgoyal, @mscolnick, @peter-gy, @marcodlk
New Contributors
Full Changelog: marimo-team/marimo@0.19.7...0.19.8
v0.19.7Compare Source
⭐️ Highlights
PDF Export
marimo now supports exporting notebooks as PDFs, both from the CLI and directly from the notebook interface. Whether you're generating documentation, creating reports, or sharing your work, you can now produce professional-looking PDF outputs with full support for your notebook's visualizations and markdown content.
Export from the command line using the new marimo export pdf command, with options to control output format and include CLI arguments for parameterized notebooks. The PDF exporter runs your notebook, captures all outputs, and uses nbconvert's WebPDF exporter (powered by Chromium) for high-quality rendering. When running marimo as a notebook, you'll find a new "Export as PDF" option in the export menu.
Requirements: PDF export requires
nbformatandnbconvert[webpdf]to be installed.✨ Enhancements
🐛 Bug fixes
📚 Documentation
🔬 Preview features
📝 Other changes
fc88208)_marimo_row_idwhen clamping table columns (#8029) (#8035) (83f0901)watch_and_exportimplementations (#8000)6d3a6eb)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @app/renovate, @dmadisetti, @faysou, @Light2Dark, @manzt, @mscolnick, @MukeshK17, @peter-gy, @sswatson-ap
New Contributors
Full Changelog: marimo-team/marimo@0.19.6...0.19.7
v0.19.6Compare Source
What's Changed
🐛 Bug fixes
📚 Documentation
📝 Other changes
62cd22c)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @app/renovate, @manzt, @mscolnick
Full Changelog: marimo-team/marimo@0.19.5...TODO_CURRENT_VERSION
v0.19.4Compare Source
What's Changed
marimo._convertby @mscolnick in #7858Full Changelog: marimo-team/marimo@0.19.3...0.19.4
v0.19.2Compare Source
What's Changed
This PR fixes a bug that prevented deployed notebooks from accessing request context like user authentication data, cookies, headers, etc.
New Contributors
Full Changelog: marimo-team/marimo@0.19.1...0.19.2
v0.19.1Compare Source
What's Changed
This release includes a new API for formatting values in
mo.ui.dataframe, as well as small bug fixes.✨ Enhancements
🐛 Bug fixes
📚 Documentation
📝 Other changes
371f3c8)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @dmadisetti, @hodlen, @Light2Dark, @manzt
Full Changelog: marimo-team/marimo@0.19.0...TODO_CURRENT_VERSION
v0.19.0Compare Source
This release introduces a refreshed UI with lighter cell styling and a new Developer Panel, along with reorganized sidebar panels and important bug fixes.
Highlights
Introducing the Developer Panel
marimo has many panels for configuring and inspecting notebooks, but mixing essential tools with advanced features can overwhelm new users. This release introduces a dedicated Developer Panel at the bottom of the editor (similar to VS Code's panel or browser DevTools) to house specialized tools like the terminal, logs, tracing, and scratchpad.
The sidebar now focuses on core panels that all users need, while power users can open the Developer Panel when they need deeper visibility into execution or want a scratchpad for experimentation. If you prefer a different arrangement, panels can be freely moved between the sidebar and Developer Panel—just drag them where you want.
Cmd/Ctrl + Jor via the footerConsolidated Sidebar Panels
To reduce clutter, several panels have been reorganized:
Cmd/Ctrl+Shift+I)✨ Enhancements
mo.carousel()(#7709)Ctrlas modifier key on macOS (#7608)mo.ui.dataframe(#7584)devinstall (#7372)!pipand give better error message (#7525)🐛 Bug fixes
Ctrl+Clickto select cell type on Windows/Linux (#7580)UIElement.formdocstring (#7578)📚 Documentation
📝 Other changes
mo.ui.altair_chart. (#7673)DirectedGraphinto smaller components (#7527)marimo editlocal static notebooks (#7474)--asset-urlas a fallback (#7453)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @andrewsoonqn, @corleyma, @dmadisetti, @koaning, @Light2Dark, @m-rgba, @majiayu000, @manzt, @mscolnick, @nojaf, @prateek, @thliang01
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.18.4...0.19.0
v0.18.4Compare Source
What's Changed
Full Changelog: marimo-team/marimo@0.18.3...0.18.4
v0.18.3Compare Source
What's Changed
✨ Enhancements
🐛 Bug fixes
Contributors
Thanks to all our community and contributors who made this release possible: @dmadisetti, @Light2Dark, @mscolnick
Full Changelog: marimo-team/marimo@0.18.2...0.18.3
v0.18.2Compare Source
What's Changed
✨ Enhancements
🐛 Bug fixes
📚 Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.