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

Clean up support for ipywidgets in remote jupyter scenarios #10434

Closed
DonJayamanne opened this issue Jun 13, 2022 · 0 comments · Fixed by #10459
Closed

Clean up support for ipywidgets in remote jupyter scenarios #10434

DonJayamanne opened this issue Jun 13, 2022 · 0 comments · Fixed by #10459
Assignees
Labels
ipywidgets Rendering, loading, saving, anything to do with IPyWidgets
Milestone

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jun 13, 2022

Problems:

  • Custom ipywidgets do not work in vscode.web (we don't download the JS files) #10060
  • Custom widgets that have additional static resources do not get downloaded (applies to web, desktop & remove jupyter) #8834
  • JS files for custom widgets are not loaded correctly (applies to web, desktop & remote) #10319, #8241
  • If there's no network connection (to download widget js files from CDN) then custom ipywidgets do not work
    • Because of the previous 3 issues
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 13, 2022
@DonJayamanne DonJayamanne self-assigned this Jun 13, 2022
@DonJayamanne DonJayamanne added this to the June 2022 milestone Jun 13, 2022
@DonJayamanne DonJayamanne added ipywidgets Rendering, loading, saving, anything to do with IPyWidgets and removed triage-needed Issue needs to be triaged labels Jun 13, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ipywidgets Rendering, loading, saving, anything to do with IPyWidgets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant