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
The Stacked layout widget added in #2376 appears to be broken. I came across this issue when preparing the 8.0 changes notebook for the 2022 Scipy widgets tutorial.
fromipywidgetsimportStackedbutton=Button(description='Click here')
slider=IntSlider()
stacked=Stacked([button, slider])
stacked# will show only the button"`
Using ipywidgets 8.0.0rc1.
The
Stacked
layout widget added in #2376 appears to be broken. I came across this issue when preparing the 8.0 changes notebook for the 2022 Scipy widgets tutorial.cc @jasongrout
The text was updated successfully, but these errors were encountered: