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

Widgets in other kernels do not work in VS Code #10330

Closed
DonJayamanne opened this issue Jun 6, 2022 · 2 comments · Fixed by #10331
Closed

Widgets in other kernels do not work in VS Code #10330

DonJayamanne opened this issue Jun 6, 2022 · 2 comments · Fixed by #10331
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged

Comments

@DonJayamanne
Copy link
Contributor

Widgets from kernels other than Python do not work in VS Code.

@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Jun 6, 2022
@DonJayamanne DonJayamanne self-assigned this Jun 6, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 6, 2022
@DonJayamanne
Copy link
Contributor Author

Fix is easy, we're registering the jupyter.widget comm message only for Python kernels, we need to remove a single if condition.

@dentistfrankchen
Copy link

Is this a potential cause for #10319?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants