-
Notifications
You must be signed in to change notification settings - Fork 300
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
Test IPyWidgets 7 & 8 on Desktop #12875
Comments
FYI @DonJayamanne I removed the incorrect Create Issues link |
Note, You can run this code to check the version
|
I'm stuck on both versions, but maybe there is an issue with my environment? Do I need to make sure I have a certain version of |
@roblourens @amunger Please ensure you use new environments for each of IPyWidgets 7 and 8. else packages could get messed up and things might not work properly. |
that was a new environment for v7. I just tried an older environment with Ipywidgets '8.0.4' and it worked successfully, trying a fresh one now |
@roblourens - what version of python are you using? The widgets seem to display correctly for python 3.9 - tested desktop/v7 and web/v8 |
@amunger are you using SSH If testing IPyWidgets 7, and it fails, try using VS Code stable and checking whether it works there too. |
This is python 3.9.5. I'll try a fresh environment. |
the 401 seems to show up every time. I'm not using SSH. I don't see it in stable. |
I can confirm this same http request works in debug mode in vscode insiders. |
FYI for others looking at this, this TPI is blocked, microsoft/vscode#175033 |
I have added a work around, and you should not be blocked anymore. |
Should be ready to test now, please install the latest pre-release and test again |
Testing the jupyter extension loading ipywidgets
Refs: #8552
Complexity: 4
Authors: @DonJayamanne
Create Issue
Test with IPyWidgets 7.7.2 and 8
For the first test, install
ipywidgets==7.7.2
using the CLIpython -m pip install ipywidgets==7.7.2
For the first test, install
ipywidgets
using the CLIpython -m pip install ipywidgets
Requirements
python -m pip install ipywidgets==7.7.2
python -m pip install ipywidgets
Test standard widgets
Pre test steps
Test more complex widgets
Sample code (click to expand)
You might want to change this by going into your settings.json and update as follows (empty array setting):
Note: Please test with and without CDN. When testing without CDN you could either wait for the prompt to use CDN or go into the settings.json file and add the setting
"jupyter.widgetScriptSources": [ ],
and re-run the above tests.The text was updated successfully, but these errors were encountered: