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
exportconstpythonInteractiveCreateFailed=localize('DataScience.pythonInteractiveCreateFailed','Failure to create a \'Python Interactive\' window. Try reinstalling the Python extension.');
161
161
exportconstjupyterGetVariablesExecutionError=localize('DataScience.jupyterGetVariablesExecutionError','Failure during variable extraction: \r\n{0}');
exportconstnoRowsInDataViewer=localize('DataScience.noRowsInDataViewer','Fetching data ...');
163
+
exportconstfetchingDataViewer=localize('DataScience.fetchingDataViewer','Fetching data ...');
164
+
exportconstnoRowsInDataViewer=localize('DataScience.noRowsInDataViewer','No rows match current filter');
164
165
exportconstpandasTooOldForViewingFormat=localize('DataScience.pandasTooOldForViewingFormat','Python package \'pandas\' is version {0}. Version 0.20 or greater is required for viewing data.');
165
166
exportconstpandasRequiredForViewing=localize('DataScience.pandasRequiredForViewing','Python package \'pandas\' is required for viewing data.');
0 commit comments