improvement: export mo.mpl.interactive as PNG, and altair as json spec when running#7874
Merged
improvement: export mo.mpl.interactive as PNG, and altair as json spec when running#7874
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1 task
akshayka
reviewed
Jan 16, 2026
Contributor
akshayka
left a comment
There was a problem hiding this comment.
Looks like CLI snapshot tests are failing but otherwise LGTM, nice
cdf9ffe to
c7e69f0
Compare
Light2Dark
previously approved these changes
Jan 20, 2026
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.19.5-dev22 |
botterYosuke
pushed a commit
to botterYosuke/marimo
that referenced
this pull request
Jan 21, 2026
…c when running (marimo-team#7874) This improves the `marimo exoprt ipynb` command such that when exporting to IPYNB we: - convert `mo.mpl.interactive` to a PNG - export altair charts as their vega spec (instead of wrapped in marimo-altair - export plotly as the plotly html
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 improves the
marimo exoprt ipynbcommand such that when exporting to IPYNB we:mo.mpl.interactiveto a PNG