-
Notifications
You must be signed in to change notification settings - Fork 974
Conversation
This makes sure we use the correct vega/vegalite mime type (now 6) and well as updates some logic to include also include vega charts when capturing screenshots.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| "application/vnd.vega.v5+json", | ||
| "application/vnd.vegalite.v6+json", | ||
| "application/vnd.vega.v6+json", | ||
| ]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @Light2Dark for export-to-pdf
manzt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Are the vega specs kept in the repr mimebundle for the ipynb exports? I know that is separate from these changes, but some renders will support that directly on top of PNG.
|
Great. |
|
Development release published. You may be able to view the changes at https://marimo.app?v=0.19.5-dev25 |
This makes sure we use the correct vega/vegalite mime type (now 6) and
well as updates some logic to include also include vega charts when
capturing screenshots.