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

Restore Widget state when opening a notebook connected to a live kernel #14856

Closed
Tracked by #16288
DonJayamanne opened this issue Dec 5, 2023 · 1 comment
Closed
Tracked by #16288
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug ipywidgets Rendering, loading, saving, anything to do with IPyWidgets

Comments

@DonJayamanne
Copy link
Contributor

  • Open a notebook, run a cell with widget output against a local kernel
    • Split the notebook editor (the new editor will not have the widget displayed)
  • Open a notebook, run a cell with widget output against a remote kernel
    • Close the notebook and re-open it.
    • Even though the remote (active) kernel is auto selected, the widget is not displayed

We need to restore the Widget output from the kernel
This is possible for IPyWidgets 8, and possibly for later versions of IPyWidgets 7 (need to test and see if the kernel protocols are supported)

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug ipywidgets Rendering, loading, saving, anything to do with IPyWidgets labels Dec 5, 2023
@DonJayamanne DonJayamanne self-assigned this Dec 5, 2023
@DonJayamanne
Copy link
Contributor Author

Duplicate of #16288

@DonJayamanne DonJayamanne marked this as a duplicate of #16288 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug ipywidgets Rendering, loading, saving, anything to do with IPyWidgets
Projects
None yet
Development

No branches or pull requests

1 participant