We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44113d commit 6d16785Copy full SHA for 6d16785
docs/source/_exts/interactive_widget.py
@@ -37,7 +37,8 @@ def run(self):
37
mount.setAttribute("class", "interactive widget-container");
38
layout.mountLayoutWithWebSocket(
39
mount,
40
- ws_proto + idom_url + "/stream?view_id={view_id}"
+ ws_proto + idom_url + "/stream?view_id={view_id}",
41
+ "/client/web_modules",
42
);
43
}});
44
0 commit comments