-
Notifications
You must be signed in to change notification settings - Fork 297
IPyWidget Support in VS Code Python
Ian Huff edited this page Dec 22, 2020
·
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.
- 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