-
Notifications
You must be signed in to change notification settings - Fork 297
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 in vscode.dev and desktop #10598
Labels
Milestone
Comments
Cool stuff! Tested on Linux |
This was referenced Jun 28, 2022
Tested insiders.vscode.dev on Edge. The setup steps are detailed and helpful, and it works as charm, great work! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing the jupyter extension loading ipywidgets
Refs: #10434
Complexity: 5
Authors: @DonJayamanne
Create Issue
Requirements
python --version
to check the version)python -m pip install ipywidgets
Pre test steps (vscode.web)
jupyter notebook --no-browser --NotebookApp.allow_origin=*
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: