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

Implement juyter.widget.control protocol #254

Merged
merged 9 commits into from
Feb 10, 2023

Conversation

AntoinePrv
Copy link
Member

@AntoinePrv AntoinePrv commented Feb 1, 2023

A few changes to get this going.

The implementation is currently leaking, as are all currently all things created from the frontend, even after they are closed (owning xholders).
Perhaps better to address that in a separate PR

A simple fix is proposed to manage comm closed by the front-end, but the fix is sensitive to Xeus modification.

The protocol implemented is the one used in IPyWidget, but not the one documented. Tracking in
jupyter-widgets/ipywidgets#3441

@AntoinePrv AntoinePrv marked this pull request as draft February 1, 2023 15:49
@AntoinePrv AntoinePrv marked this pull request as ready for review February 2, 2023 09:08
@AntoinePrv
Copy link
Member Author

Tracking the behavior for destroying the xcomm during on_close in jupyter-xeus/xeus#356

@SylvainCorlay SylvainCorlay merged commit 415fff4 into jupyter-xeus:main Feb 10, 2023
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.

2 participants