1 parent 6ffe939 commit 4f6019bCopy full SHA for 4f6019b
1 file changed
src/projspec/webui/ipywidget.py
@@ -124,6 +124,12 @@
124
try { el.removeChild(root); } catch {}
125
};
126
}
127
+
128
+// AFM spec requires a default export; the named `render` export is
129
+// deprecated in anywidget ≥ 0.9.13 and not recognised by some hosts
130
+// (e.g. marimo). Export both so the module satisfies current validators
131
+// while remaining backward-compatible with older anywidget runtimes.
132
+export default { render };
133
"""
134
135
0 commit comments