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

IPyWidgets not rendered when switching renderers #4128

Closed
DonJayamanne opened this issue Dec 4, 2020 · 2 comments
Closed

IPyWidgets not rendered when switching renderers #4128

DonJayamanne opened this issue Dec 4, 2020 · 2 comments
Assignees
Labels
debt Code quality issues ipywidgets Rendering, loading, saving, anything to do with IPyWidgets *out-of-scope Posted issue is not in scope of VS Code

Comments

@DonJayamanne
Copy link
Contributor

  1. Create a cell with the following code
import ipywidgets as widgets
widgets.IntSlider()
  1. Run the cell
  2. Confirm slider is displayed
  3. Switch renderer to plain text
  4. Switch back to widget renderer & nothing is displayed.

We should be able to re-render the widget as we have all of the information.
We need to account for the fact that the widget was disposed & it needs to be re-rendered.

@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Dec 4, 2020
@greazer greazer added the ipywidgets Rendering, loading, saving, anything to do with IPyWidgets label Aug 5, 2021
@DonJayamanne DonJayamanne added debt Code quality issues and removed bug Issue identified by VS Code Team member as probable bug labels Dec 27, 2022
@DonJayamanne
Copy link
Contributor Author

Changing to debt as no one has reported this as fixing this is a good architectural cleanup (i.e. debt)

@DonJayamanne
Copy link
Contributor Author

This can be fixed with IPyWidgets 8,
However closing this issue as its unlikely anyone would change renderers
We haven't had users reoprting this (except internally for those testing renderers)

@DonJayamanne DonJayamanne added the *out-of-scope Posted issue is not in scope of VS Code label Dec 1, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues ipywidgets Rendering, loading, saving, anything to do with IPyWidgets *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants