-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add support for ipywidgets 8 #8552
Comments
Is this a difficult issue to resolve? Do we know what causes the widgets to not display at all? |
we need to update the npm packages used and tweak a few places accordingly |
Is there a temporary workaround which might allow this to work while a permanent fix is being worked on? |
unfortunately no. you can use the older version. i don't think 8 had been released yet. |
All good! While version 8 is not yet marked as stable, it has been available on pypi as a pre-release since February 2020, and the first beta (?) appeared in November 2021. There's a few things I'm looking forward to use once it works well within VS Code 😄 |
Just as a friendly FYI: The first release candidate for 8.0.0 was released on 12 March. |
@JP-Ellis please test the latest pre-release version of the extension, it should work as long as you are not using any of the latest IPyWidget 8.0 widgets/features. I.e. older widgets like slider/textboxes, etc and othe 3rd party widgets will now work when installing ipywidgets 8.0. |
Unfortunately it didn't seem to work for me. I tested the |
Will test, I tried this with the 8b1, not the rc version. |
@JP-Ellis |
any update on this? |
This comment was marked as resolved.
This comment was marked as resolved.
For the folks asking for updates, @kieferrm posted that "Support ipywidget 8 #8552 @DonJayamanne" is on the planning for February 🎉 This is great! I keep getting questions from colleagues about why their widgets aren't working in VS Code 😄 |
Nice, so that it will work out of the box now? or we need to install update something? |
Please wait till early next week and it will work in a prerelease version |
@matifali you should be able to test this within an hour |
@DonJayamanne Do you know when we can expect the fix to this being available in a released version of this extension? That would be very much appreciated! Thanks for fixing this :) |
We generally close issues when it’s been resolved |
Got it, thanks a lot! I think I got confused with the old version that was released on https://github.com/microsoft/vscode-jupyter/releases/tag/2022.09.120 -- it seems on the marketplace a newer version is available. Thanks for your help and sorry for the confusion :) |
It looks like this issue was tricky to fix, kudos for getting it solved! |
Packages such as
tqdm
will not work with the latest version of IPyWidgets 8Work around - Please install ipywidgets==7.7.2
The text was updated successfully, but these errors were encountered: