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 cf02d7e commit 1642a85Copy full SHA for 1642a85
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