Skip to content

IPyWidget Support in VS Code Python

Don Jayamanne edited this page Nov 16, 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:

"python.dataScience.widgetScriptSources": [ "jsdelivr.com", "unpkg.com"],

If the settings are not configured accordingly, Widgets might not render or function correctly.

Clone this wiki locally