You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#490
marimo 0.23.2 (marimo-team/marimo#9196) re-allows plugins to load base64
`data:` URIs, but only once `hasRunAnyCellAtom` is `true`,and that atom
only flips inside marimo's `useRunCells` hook, which our renderer never
calls (cells run through VS Code's NotebookController). Seed it at
`initialize()` so holoviews/bokeh and anywidget-backed outputs like
polars tables stop failing with "Refusing to load … from untrusted URL".
Workspace trust and extension ownership of the kernel are used as the
signal the atom is standing in for.
0 commit comments