-
Notifications
You must be signed in to change notification settings - Fork 292
IPyWidget Support in VS Code Python
Raymond Zhao edited this page Jun 28, 2022
·
5 revisions
Use of Widgets require us to download supporting files from a 3rd party website. The 3rd party websites are as follows:
This can be configured in the settings as follows:
"jupyter.widgetScriptSources": ["jsdelivr.com", "unpkg.com"],
If the settings are not configured accordingly, Widgets might not render or function correctly. If you already have this setting configured correctly and the widget is still not displaying, it could be because that widget (or specific version) is not available from those sources.
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension