Skip to content

Conversation

SylvainCorlay
Copy link
Member

@jdfreder This fixes widget persistence for widgets using custom [de]serializers such as Box (which unpack models at deserialization).

Without this PR, the following note would fail to persist the HBox on page reload.

from ipywidgets import *
HBox([IntSlider(), Button()])

@SylvainCorlay SylvainCorlay added this to the 4.0 milestone Jun 12, 2015
@SylvainCorlay SylvainCorlay added bug fix and removed bug labels Jun 12, 2015
minrk added a commit that referenced this pull request Jun 14, 2015
@minrk minrk merged commit ad1a67c into jupyter-widgets:master Jun 14, 2015
@SylvainCorlay SylvainCorlay deleted the widget_persistence branch June 14, 2015 23:18
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants