Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipywidgets 8 Stacked layout attribute is broken. #3518

Closed
ibdafna opened this issue Jul 11, 2022 · 1 comment
Closed

ipywidgets 8 Stacked layout attribute is broken. #3518

ibdafna opened this issue Jul 11, 2022 · 1 comment

Comments

@ibdafna
Copy link
Member

ibdafna commented Jul 11, 2022

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.

from ipywidgets import Stacked
button = Button(description='Click here')
slider = IntSlider()
stacked = Stacked([button, slider])
stacked  # will show only the button"`

image

cc @jasongrout

@jasongrout
Copy link
Member

Fixed in #3491, in d3b71f8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants