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
When re ordering the children of a Tab widget (i.e. the tabs) any internal ipywidget is hidden. This behaviour does not happen in e.g. Jupyter Notebook.
When clicking on button "switch" it can be seen that the Label "1" and "2" both disappear. This does not happen when doing the same in Jupyter Notebook.
Expected behavior
Labels should not disappear.
Context
voila version: 0.4.0
Operating System: Windows
Browser: Google Chrome
Troubleshoot Output
(env_local) PS C:\dev> jupyter troubleshoot
sys.executable:
~\env_local\scripts\python.exe
sys.version:
3.11.7 (main, Jan 11 2024, 15:05:28) [MSC v.1927 64 bit (AMD64)]
Description
When re ordering the children of a Tab widget (i.e. the tabs) any internal ipywidget is hidden. This behaviour does not happen in e.g. Jupyter Notebook.
Reproduce
The following is a minimal reproducible example:
When clicking on button "switch" it can be seen that the Label "1" and "2" both disappear. This does not happen when doing the same in Jupyter Notebook.
Expected behavior
Labels should not disappear.
Context
Troubleshoot Output
The text was updated successfully, but these errors were encountered: