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.
2 parents 3911e99 + 1642a85 commit 6104244Copy full SHA for 6104244
src/robotkernel/executors.py
@@ -153,7 +153,7 @@ def update(*args):
153
154
ui = ipywidgets.widgets.Box(widgets, layout=layout)
155
# noinspection PyTypeChecker
156
- display(ipywidgets.widgets.VBox([ui, out]), display_id=display_id)
+ display(ipywidgets.widgets.VBox([ui, out]), display_id=f"{display_id}.widgets")
157
158
159
def inject_ipywidgets(
0 commit comments