Skip to content

Patch ipywidgets to accept anywidgets in Box and Link#990

Open
manzt wants to merge 1 commit into
mainfrom
push-lmkwnorpqxlr
Open

Patch ipywidgets to accept anywidgets in Box and Link#990
manzt wants to merge 1 commit into
mainfrom
push-lmkwnorpqxlr

Conversation

@manzt

@manzt manzt commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Closes #629

Users routinely want HBox([my_anywidget]) and link((a, "x"), (b, "x")) to just work; the new composition API in #974 solves anywidget-to-anywidget composition but leaves the bridge to ipywidgets' built-in containers unsolved.

@changeset-bot

changeset-bot Bot commented Apr 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 69e7e59

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@manzt manzt force-pushed the push-lmkwnorpqxlr branch from 5e5de9d to cf3acf8 Compare April 27, 2026 23:37
Closes #629

Users routinely want `HBox([my_anywidget])` and `link((a, "x"), (b,
"x"))` to just work; the new composition API in #974 solves
anywidget-to-anywidget composition but leaves the bridge to ipywidgets'
built-in containers unsolved.
@manzt manzt force-pushed the push-lmkwnorpqxlr branch from cf3acf8 to 69e7e59 Compare April 28, 2026 14:38
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