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": "Set of commands to put as code lens above a cell. Defaults to 'python.datascience.runcell, python.datascience.runallcellsabove, python.datascience.debugcell'",
"python.command.python.datascience.runtoline.title": "Run To Line in Python Interactive Window",
43
46
"python.command.python.datascience.runfromline.title": "Run From Line in Python Interactive Window",
44
47
"python.command.python.datascience.runcurrentcell.title": "Run Current Cell",
@@ -305,6 +308,9 @@
305
308
"DataScience.jupyterDataRateExceeded": "Cannot view variable because data rate exceeded. Please restart your server with a higher data rate limit. For example, --NotebookApp.iopub_data_rate_limit=10000000000.0",
exportconstjupyterDataRateExceeded=localize('DataScience.jupyterDataRateExceeded','Cannot view variable because data rate exceeded. Please restart your server with a higher data rate limit. For example, --NotebookApp.iopub_data_rate_limit=10000000000.0');
exportconstrunCurrentCellAndAddBelow=localize('DataScience.runCurrentCellAndAddBelow','Run current and add cell below');
233
236
exportconstvariableExplorerDisabledDuringDebugging=localize('DataScience.variableExplorerDisabledDuringDebugging','Please see the Debug Side Bar\'s VARIABLES section.');
234
237
exportconstjupyterDebuggerNotInstalledError=localize('DataScience.jupyterDebuggerNotInstalledError','Pip module ptvsd is required for debugging cells. You will need to install it to debug cells.');
0 commit comments