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

File upload widget crashes extension host when using non-jupyter (zmq) #10525

Closed
DonJayamanne opened this issue Jun 21, 2022 · 1 comment
Closed
Labels
bug Issue identified by VS Code Team member as probable bug zmq Issues related to zmq

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jun 21, 2022

Cell 1

import ipywidgets as widgets
uploader = widgets.FileUpload()
display(uploader)

upload something...

Cell 2

# once a file is uploaded, use the `.value` attribute to retrieve the content:
uploader.value

I guess this works for users today when using non-zmq.
If we ship zmq for Mac m1 & other linux distros, then this would be a bad regression (bringing down the entire extension host)

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug zmq Issues related to zmq labels Jun 21, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 21, 2022
@DonJayamanne DonJayamanne changed the title File upload widget crashes kernel and/or extension host when using non-jupyter (when using zmq) File upload widget crashes extension host when using non-jupyter (when using zmq) Jun 21, 2022
@DonJayamanne DonJayamanne changed the title File upload widget crashes extension host when using non-jupyter (when using zmq) File upload widget crashes extension host when using non-jupyter (zmq) Jun 21, 2022
@rchiodo rchiodo removed the triage-needed Issue needs to be triaged label Jun 23, 2022
@rchiodo
Copy link
Contributor

rchiodo commented Jun 23, 2022

Dupe of #10386

@rchiodo rchiodo closed this as completed Jun 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 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 zmq Issues related to zmq
Projects
None yet
Development

No branches or pull requests

2 participants