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

OutputWidget and Selection widget enhancements #3966

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fleming79
Copy link

Output

This change adds a new class to subclass the SimplifiedOutputArea in place of the JupyterLuminoPanelWidget for the Output area. SimplifiedOutputArea was deliberately chosen instead of OutputArea.

Before

Internally the layout is applied to a widget that contains the OutputArea meaning the layout doesn't apply to the OutputArea as expected. Here we unsuccessfully invert the widgets.

image

After

Now the layout applies as expected to the OutputArea. Here the widgets are inverted as directed.

image

Select

The widget-select css class height is changed from inherit to 100% enabling the selection field to span vertically by default.

Before

image

After

image

Copy link

Binder 👈 Launch a binder notebook on branch fleming79/ipywidgets/OutputWidget-enhancements

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

Successfully merging this pull request may close these issues.

1 participant