You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearing or displaying an output widget seems to have a different behaviour on Voila / Jupyter Lab vs Jupyter Notebook.
I would expect the code below to show both "Text 1" and "Text 2" after every click on the checkbox. This is the behaviour seen in Jupyter Notebook but not using Voila nor Jupyter Lab.
In Voila/Jupyter Lab both "Text 1" and "Text 2" are shown on the first click, but only "Text 2" is shown on subsequent clicks.
I did some basic level debugging: The issue can be narrowed further by observing that after o2.clear_output() is called, the "Text 2" output disappears from o1.
This issue is a duplicate of 1265 in Voila
Clearing or displaying an output widget seems to have a different behaviour on Voila / Jupyter Lab vs Jupyter Notebook.
I would expect the code below to show both "Text 1" and "Text 2" after every click on the checkbox. This is the behaviour seen in Jupyter Notebook but not using Voila nor Jupyter Lab.
In Voila/Jupyter Lab both "Text 1" and "Text 2" are shown on the first click, but only "Text 2" is shown on subsequent clicks.
The text was updated successfully, but these errors were encountered: