You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Enables loading of scripts files for Widgets (ipywidgest, bqplot, beakerx, ipyleaflet, etc) from https://unpkg.com.",
1639
+
"python.dataScience.widgetScriptSources": {
1640
+
"type": "array",
1641
+
"default": [],
1642
+
"items": {
1643
+
"type": "string",
1644
+
"enum": [
1645
+
"jsdelivr.com",
1646
+
"unpkg.com"
1647
+
],
1648
+
"enumDescriptions": [
1649
+
"Loads widget (javascript) scripts from https://www.jsdelivr.com/",
1650
+
"Loads widget (javascript) scripts from https://unpkg.com/"
1651
+
]
1652
+
},
1653
+
"uniqueItems": true,
1654
+
"markdownDescription": "Defines the location and order of the sources where scripts files for Widgets are downloaded from (e.g. ipywidgest, bqplot, beakerx, ipyleaflet, etc). Not selecting any of these could result in widgets not rendering or function correctly. See [here](https://aka.ms/PVSCIPyWidgets) for more information. Once updated you will need to restart the Kernel.",
Copy file name to clipboardExpand all lines: package.nls.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@
145
145
"Common.reload": "Reload",
146
146
"Common.moreInfo": "More Info",
147
147
"Common.and": "and",
148
+
"Common.ok": "Ok",
148
149
"Common.install": "Install",
149
150
"Common.learnMore": "Learn more",
150
151
"OutputChannelNames.languageServer": "Python Language Server",
@@ -464,6 +465,7 @@
464
465
"DataScience.jupyterSelectURIRemoteDetail": "Specify the URI of an existing server",
465
466
"DataScience.gatherQuality": "Did gather work as desired?",
466
467
"DataScience.loadClassFailedWithNoInternet": "Error loading {0}:{1}. Internet connection required for loading 3rd party widgets.",
467
-
"DataScience.loadThirdPartyWidgetScriptsDisabled": "Loading of Widgets is disabled by default. Click <a href='https://command:python.datascience.loadWidgetScriptsFromThirdPartySource'>here</a> to enable the setting 'python.dataScience.loadWidgetScriptsFromThirdPartySource'. Once enabled you will need to restart the Kernel",
468
-
"DataScience.loadThirdPartyWidgetScriptsPostEnabled": "Please restart the Kernel when changing the setting 'loadWidgetScriptsFromThirdPartySource'."
468
+
"DataScience.useCDNForWidgets": "Widgets require us to download supporting files from a 3rd party website. Click [here](https://aka.ms/PVSCIPyWidgets) for more information.",
469
+
"DataScience.loadThirdPartyWidgetScriptsPostEnabled": "Please restart the Kernel when changing the setting 'python.dataScience.widgetScriptSources'.",
470
+
"DataScience.enableCDNForWidgetsSetting": "Widgets require us to download supporting files from a 3rd party website. Click <a href='https://command:python.datascience.enableLoadingWidgetScriptsFromThirdPartySource'>here</a> to enable this or click <a href='https://aka.ms/PVSCIPyWidgets'>here</a> for more information. (Error loading {0}:{1})."
"Once you have updated the setting 'loadWidgetScriptsFromThirdPartySource' you will need to restart the Kernel."
842
+
"Please restart the Kernel when changing the setting 'python.dataScience.widgetScriptSources'."
843
+
);
844
+
exportconstuseCDNForWidgets=localize(
845
+
'DataScience.useCDNForWidgets',
846
+
'Widgets require us to download supporting files from a 3rd party website. Click [here](https://aka.ms/PVSCIPyWidgets) for more information.'
847
+
);
848
+
exportconstenableCDNForWidgetsSetting=localize(
849
+
'DataScience.enableCDNForWidgetsSetting',
850
+
"Widgets require us to download supporting files from a 3rd party website. Click <a href='https://command:python.datascience.enableLoadingWidgetScriptsFromThirdPartySource'>here</a> to enable this or click <a href='https://aka.ms/PVSCIPyWidgets'>here</a> for more information. (Error loading {0}:{1})."
0 commit comments