Unexpected behaviour of rendering multiple the same instances of ipywidgets.Output #13950
Closed
1 of 2 tasks
Labels
bug
Issue identified by VS Code Team member as probable bug
ipywidgets
Rendering, loading, saving, anything to do with IPyWidgets
Applies To
What happened?
Vscode notebook has a problem with rendering correctly a cell with the following code:
Expected behaviour:
The same as in Jupyter Notebooks and Jupyter Lab. Cell should render the same instance of a widget two times:
Actual behaviour:
The widget is rendered only once:
If we add
time.sleep
between twodisplay
calls:the behaviour is correct - two widgets are rendered which is worrying.
VS Code Version
1.80.1
Jupyter Extension Version
v2023.6.1101941928
Jupyter logs
No response
Coding Language and Runtime Version
Python 3.9.7
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: