|
108 | 108 | "python.command.python.datascience.notebookeditor.removeallcells.title": "Delete All Notebook Editor Cells",
|
109 | 109 | "python.command.python.datascience.notebookeditor.runselectedcell.title": "Run Selected Notebook Cell",
|
110 | 110 | "python.command.python.datascience.notebookeditor.addcellbelow.title": "Add Empty Cell to Notebook File",
|
111 |
| - "python.command.python.datascience.interruptkernel.title": "Interrupt IPython Kernel", |
112 |
| - "python.command.python.datascience.restartkernel.title": "Restart IPython Kernel", |
| 111 | + "python.command.python.datascience.interruptkernel.title": "Interrupt Jupyter Kernel", |
| 112 | + "python.command.python.datascience.restartkernel.title": "Restart Jupyter Kernel", |
113 | 113 | "python.command.python.datascience.expandallcells.title": "Expand All Python Interactive Cells",
|
114 | 114 | "python.command.python.datascience.collapseallcells.title": "Collapse All Python Interactive Cells",
|
115 | 115 | "python.command.python.datascience.addcellbelow.title": "Add Empty Cell to File",
|
|
180 | 180 | "DataScience.importingFormat": "Importing {0}",
|
181 | 181 | "DataScience.startingJupyter": "Starting Jupyter server",
|
182 | 182 | "DataScience.connectingToJupyter": "Connecting to Jupyter server",
|
183 |
| - "DataScience.connectingToIPyKernel": "Connecting to IPython kernel", |
| 183 | + "DataScience.connectingToIPyKernel": "Connecting to Jupyter kernel", |
184 | 184 | "DataScience.connectedToIPyKernel": "Connected.",
|
185 | 185 | "DataScience.connected": "Connected",
|
186 | 186 | "DataScience.disconnected": "Disconnected",
|
|
233 | 233 | "ExtensionChannels.startingDownloadOutputMessage": "Starting download for Insiders build.",
|
234 | 234 | "Interpreters.environmentPromptMessage": "We noticed a new virtual environment has been created. Do you want to select it for the workspace folder?",
|
235 | 235 | "DataScience.reloadAfterChangingJupyterServerConnection": "Please reload VS Code when changing the Jupyter Server connection.",
|
236 |
| - "DataScience.restartKernelMessage": "Do you want to restart the IPython kernel? All variables will be lost.", |
| 236 | + "DataScience.restartKernelMessage": "Do you want to restart the Jupyter kernel? All variables will be lost.", |
237 | 237 | "DataScience.restartKernelMessageYes": "Yes",
|
238 | 238 | "DataScience.restartKernelMessageNo": "No",
|
239 | 239 | "DataScience.restartingKernelFailed": "Kernel restart failed. Jupyter server is hung. Please reload VS Code.",
|
|
242 | 242 | "DataScienceSurveyBanner.bannerLabelYes": "Yes, take survey now",
|
243 | 243 | "DataScienceSurveyBanner.bannerLabelNo": "No, thanks",
|
244 | 244 | "InteractiveShiftEnterBanner.bannerMessage": "Would you like to run code in the 'Python Interactive' window (an IPython console) for 'shift-enter'? Select 'No' to continue to run code in the Python Terminal. This can be changed later in settings.",
|
245 |
| - "DataScience.restartingKernelStatus": "Restarting IPython Kernel", |
| 245 | + "DataScience.restartingKernelStatus": "Restarting Jupyter Kernel", |
246 | 246 | "DataScience.executingCode": "Executing Cell",
|
247 | 247 | "DataScience.collapseAll": "Collapse all cell inputs",
|
248 | 248 | "DataScience.expandAll": "Expand all cell inputs",
|
249 | 249 | "DataScience.export": "Export as Jupyter notebook",
|
250 |
| - "DataScience.restartServer": "Restart IPython kernel", |
| 250 | + "DataScience.restartServer": "Restart Jupyter kernel", |
251 | 251 | "DataScience.undo": "Undo",
|
252 | 252 | "DataScience.redo": "Redo",
|
253 | 253 | "DataScience.clearAll": "Remove all cells",
|
|
309 | 309 | "diagnostics.checkIsort5UpgradeGuide": "We found outdated configuration for sorting imports in this workspace. Check the [isort upgrade guide](https://aka.ms/AA9j5x4) to update your settings.",
|
310 | 310 | "diagnostics.yesUpdateLaunch": "Yes, update launch.json",
|
311 | 311 | "diagnostics.invalidTestSettings": "Your settings needs to be updated to change the setting \"python.unitTest.\" to \"python.testing.\", otherwise testing Python code using the extension may not work. Would you like to automatically update your settings now?",
|
312 |
| - "DataScience.interruptKernel": "Interrupt IPython kernel", |
| 312 | + "DataScience.interruptKernel": "Interrupt Jupyter kernel", |
313 | 313 | "DataScience.clearAllOutput": "Clear All Output",
|
314 | 314 | "DataScience.exportingFormat": "Exporting {0}",
|
315 | 315 | "DataScience.exportCancel": "Cancel",
|
|
318 | 318 | "Common.yesPlease": "Yes, please",
|
319 | 319 | "DataScience.importChangeDirectoryComment": "{0} Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataScience.changeDirOnImportExport setting",
|
320 | 320 | "DataScience.exportChangeDirectoryComment": "# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataScience.changeDirOnImportExport setting",
|
321 |
| - "DataScience.interruptKernelStatus": "Interrupting IPython Kernel", |
| 321 | + "DataScience.interruptKernelStatus": "Interrupting Jupyter Kernel", |
322 | 322 | "DataScience.restartKernelAfterInterruptMessage": "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.",
|
323 | 323 | "DataScience.pythonInterruptFailedHeader": "Keyboard interrupt crashed the kernel. Kernel restarted.",
|
324 | 324 | "DataScience.sysInfoURILabel": "Jupyter Server URI: ",
|
|
0 commit comments