{ "jupyter.command.jupyter.exportAsPythonScript.title": "Export to Python Script", "jupyter.command.jupyter.exportToHTML.title": "Export to HTML", "jupyter.command.jupyter.exportToPDF.title": "Export to PDF", "DataScience.checkingIfImportIsSupported": "Checking if import is supported", "DataScience.installingMissingDependencies": "Installing missing dependencies", "DataScience.exportNotebookToPython": "Exporting Notebook to Python", "DataScience.performingExport": "Performing Export", "DataScience.convertingToPDF": "Converting to PDF", "DataScience.exportHTMLQuickPickLabel": "HTML", "DataScience.exportPDFQuickPickLabel": "PDF", "DataScience.openExportedFileMessage": "Would you like to open the exported file?", "DataScience.openExportFileYes": "Yes", "DataScience.openExportFileNo": "No", "DataScience.failedExportMessage": "Export failed.", "DataScience.exportFailedGeneralMessage": "Please check the 'Jupyter' [output](command:jupyter.viewOutput) panel for further details.", "DataScience.exportToPDFDependencyMessage": "If you have not installed xelatex (TeX) you will need to do so before you can export to PDF, for further instructions go to https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex. \r\nTo avoid installing xelatex (TeX) you might want to try exporting to HTML and using your browsers \"Print to PDF\" feature.", "DataScience.insecureSessionMessage": "Connecting over HTTP without a token may be an insecure connection. Do you want to connect to a possibly insecure server?", "DataScience.insecureSessionDenied": "Denied connection to insecure server.", "DataScience.installPython": "Python is not installed. \nPlease [download](https://www.python.org/downloads) and install Python in order to execute cells in this notebook.", "DataScience.installPythonNonMarkdown": "Python is not installed. \nPlease download and install Python in order to execute cells in this notebook from here https://www.python.org/downloads.", "DataScience.installKernel": "The Jupyter Kernel '{0}' could not be found and needs to be installed in order to execute cells in this notebook.", "DataScience.newNotebookUI": "Welcome to VS Code's new notebook experience! We think you'll find it faster and more pleasing to use. [Learn more...](https://aka.ms/NewNotebookUI)", "DataScience.customizeLayout": "Customize Layout", "jupyter.command.jupyter.viewLanguageServerOutput.title": "Show Language Server Output", "jupyter.command.jupyter.selectAndRunTestMethod.title": "Run Test Method ...", "jupyter.command.jupyter.selectAndDebugTestMethod.title": "Debug Test Method ...", "jupyter.command.jupyter.selectAndRunTestFile.title": "Run Test File ...", "jupyter.command.jupyter.runCurrentTestFile.title": "Run Current Test File", "jupyter.command.jupyter.runFailedTests.title": "Run Failed Tests", "jupyter.command.jupyter.discoverTests.title": "Discover Tests", "jupyter.command.jupyter.discoveringTests.title": "Discovering...", "jupyter.command.jupyter.stopTests.title": "Stop", "jupyter.command.jupyter.configureTests.title": "Configure Tests", "jupyter.command.jupyter.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal", "jupyter.command.jupyter.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell", "jupyter.command.jupyter.goToPythonObject.title": "Go to Python Object", "jupyter.command.jupyter.setLinter.title": "Select Linter", "jupyter.command.jupyter.enableLinting.title": "Enable Linting", "jupyter.command.jupyter.runLinting.title": "Run Linting", "jupyter.command.jupyter.runFileInteractive.title": "Run Current File in Interactive Window", "jupyter.command.jupyter.debugFileInteractive.title": "Debug Current File in Interactive Window", "jupyter.command.jupyter.runallcells.title": "Run All Cells", "jupyter.command.jupyter.notebookeditor.expandallcells.title": "Expand All Notebook Cells", "jupyter.command.jupyter.notebookeditor.collapseallcells.title": "Collapse All Notebook Cells", "jupyter.command.jupyter.runallcellsabove.title": "Run Above", "jupyter.command.jupyter.runcellandallbelow.title": "Run Below", "jupyter.command.jupyter.runallcellsabove.palette.title": "Run Cells Above Current Cell", "jupyter.command.jupyter.runcurrentcellandallbelow.palette.title": "Run Current Cell and Below", "jupyter.command.jupyter.debugcurrentcell.palette.title": "Debug Current Cell", "jupyter.command.jupyter.debugcell.title": "Debug Cell", "jupyter.command.jupyter.debugstepover.title": "Step Over", "jupyter.command.jupyter.debugcontinue.title": "Continue", "jupyter.command.jupyter.debugstop.title": "Stop", "jupyter.command.jupyter.runtoline.title": "Run To Line in Interactive Window", "jupyter.command.jupyter.runfromline.title": "Run From Line in Interactive Window", "jupyter.command.jupyter.runcurrentcell.title": "Run Current Cell", "jupyter.command.jupyter.runcurrentcelladvance.title": "Run Current Cell And Advance", "jupyter.command.jupyter.execSelectionInteractive.title": "Run Selection/Line in Interactive Window", "jupyter.command.jupyter.runcell.title": "Run Cell", "jupyter.command.jupyter.insertCellBelowPosition.title": "Insert Cell Below Position", "jupyter.command.jupyter.insertCellBelow.title": "Insert Cell Below", "jupyter.command.jupyter.insertCellAbove.title": "Insert Cell Above", "jupyter.command.jupyter.deleteCells.title": "Delete Selected Cells", "jupyter.command.jupyter.selectCell.title": "Select Cell", "jupyter.command.jupyter.selectCellContents.title": "Select Cell Contents", "jupyter.command.jupyter.extendSelectionByCellAbove.title": "Extend Selection By Cell Above", "jupyter.command.jupyter.extendSelectionByCellBelow.title": "Extend Selection By Cell Below", "jupyter.command.jupyter.moveCellsUp.title": "Move Selected Cells Up", "jupyter.command.jupyter.moveCellsDown.title": "Move Selected Cells Down", "jupyter.command.jupyter.changeCellToMarkdown.title": "Change Cell to Markdown", "jupyter.command.jupyter.changeCellToCode.title": "Change Cell to Code", "jupyter.command.jupyter.gotoNextCellInFile.title": "Go to Next Cell", "jupyter.command.jupyter.gotoPrevCellInFile.title": "Go to Previous Cell", "jupyter.command.jupyter.showhistorypane.title": "Show Interactive Window", "jupyter.command.jupyter.createnewinteractive.title": "Create Interactive Window", "jupyter.command.jupyter.selectjupyteruri.title": "Specify local or remote Jupyter server for connections", "DataScience.jupyterNativeNotebookUriStatusLabelForLocal": "Jupyter Server: local", "DataScience.jupyterNativeNotebookUriStatusLabelForRemote": "Jupyter Server: Remote", "jupyter.command.jupyter.selectjupytercommandline.title": "Specify Jupyter command line arguments", "jupyter.command.jupyter.importnotebook.title": "Import Jupyter Notebook", "jupyter.command.jupyter.opennotebook.title": "Open in Notebook Editor", "jupyter.command.jupyter.opennotebookInPreviewEditor.title": "Open in preview Notebook Editor", "jupyter.command.jupyter.importnotebookfile.title": "Convert a Notebook to Python Script", "jupyter.command.jupyter.exportoutputasnotebook.title": "Export Interactive Window as Jupyter Notebook", "jupyter.command.jupyter.exportfileasnotebook.title": "Export Current Python File as Jupyter Notebook", "jupyter.command.jupyter.exportfileandoutputasnotebook.title": "Export Current Python File and Output as Jupyter Notebook", "jupyter.command.jupyter.undocells.title": "Undo Last Interactive Action", "jupyter.command.jupyter.redocells.title": "Redo Last Interactive Action", "jupyter.command.jupyter.removeallcells.title": "Delete All Interactive Cells", "jupyter.command.jupyter.notebookeditor.removeallcells.title": "Delete All Notebook Editor Cells", "jupyter.command.jupyter.notebookeditor.addcellbelow.title": "Add Empty Cell to Notebook File", "jupyter.command.jupyter.notebookeditor.keybind.undo.title": "Undo", "jupyter.command.jupyter.notebookeditor.keybind.save.title": "Save", "jupyter.command.jupyter.interruptkernel.title": "Interrupt Kernel", "jupyter.command.jupyter.interruptkernel.shorttitle": "Interrupt", "jupyter.command.jupyter.restartkernel.title": "Restart Kernel", "jupyter.command.jupyter.restartkernel.shorttitle": "Restart", "jupyter.command.jupyter.expandallcells.title": "Expand All Interactive Cells", "jupyter.command.jupyter.collapseallcells.title": "Collapse All Interactive Cells", "jupyter.command.jupyter.expandallcells.shorttitle": "Expand", "jupyter.command.jupyter.collapseallcells.shorttitle": "Collapse", "jupyter.command.jupyter.addcellbelow.title": "Add Empty Cell to File", "jupyter.command.jupyter.scrolltocell.title": "Scroll Cell Into View", "jupyter.command.jupyter.createnewnotebook.title": "Create New Blank Notebook", "jupyter.command.jupyter.selectJupyterInterpreter.title": "Select Interpreter to start Jupyter server", "jupyter.command.jupyter.createGitHubIssue.title": "Create GitHub Issue", "jupyter.command.jupyter.submitGitHubIssue.title": "Submit GitHub Issue", "jupyter.command.jupyter.enableDebugLogging.title": "Enable Debug Logging", "jupyter.command.jupyter.resetLoggingLevel.title": "Reset Logging Level", "jupyter.command.jupyter.showDataViewer.title": "View Value in Data Viewer", "jupyter.command.jupyter.viewOutput.title": "Show Output", "jupyter.command.jupyter.clearSavedJupyterUris.title": "Clear Jupyter server list", "jupyter.command.jupyter.openVariableView.title": "Open Variable View", "jupyter.command.jupyter.openVariableView.shorttitle": "Variables", "Datascience.currentlySelectedJupyterInterpreterForPlaceholder": "current: {0}", "jupyter.command.jupyter.analysis.clearCache.title": "Clear Module Analysis Cache", "jupyter.command.jupyter.analysis.restartLanguageServer.title": "Restart Language Server", "Pylance.proposePylanceMessage": "Try out a new faster, feature-rich language server for Python by Microsoft, Pylance! Install the extension now.", "Pylance.tryItNow": "Try it now", "Pylance.remindMeLater": "Remind me later", "Pylance.installPylanceMessage": "Pylance extension is not installed. Click Yes to open Pylance installation page.", "Pylance.pylanceNotInstalledMessage": "Pylance extension is not installed.", "Pylance.pylanceInstalledReloadPromptMessage": "Pylance extension is now installed. Reload window to activate?", "DataScience.unknownMimeTypeFormat": "Mime type {0} is not currently supported.", "DataScience.historyTitle": "Interactive", "DataScience.dataExplorerTitle": "Data Viewer", "DataScience.badWebPanelFormatString": "

{0} is not a valid file name

", "DataScience.sessionDisposed": "Cannot execute code, session has been disposed.", "DataScience.rawKernelProcessNotStarted": "Raw kernel process was not able to start.", "DataScience.rawKernelProcessExitBeforeConnect": "Raw kernel process exited before connecting.", "DataScience.passwordFailure": "Failed to connect to password protected server. Check that password is correct.", "DataScience.exportDialogTitle": "Export to Jupyter Notebook", "DataScience.exportDialogFilter": "Jupyter Notebooks", "DataScience.exportDialogComplete": "Notebook written to {0}", "DataScience.exportDialogFailed": "Failed to export notebook. {0}", "DataScience.exportOpenQuestion1": "Open in editor", "DataScience.notebookExport": "Export", "DataScience.exportAsNotebook.shorttitle": "Save", "DataScience.exportAs": "Export As", "DataScience.notebookExportAs": "Export As", "DataScience.notebookExportAs.shorttitle": "Export", "DataScience.exportAsQuickPickPlaceholder": "Export As...", "DataScience.exportPythonQuickPickLabel": "Python Script", "DataScience.collapseInputTooltip": "Collapse input block", "DataScience.collapseVariableExplorerTooltip": "Hide variables active in jupyter kernel", "DataScience.collapseVariableExplorerLabel": "Variables", "DataScience.expandVariableExplorerTooltip": "Show variables active in jupyter kernel", "DataScience.close": "Close", "DataScience.interactiveCopyCell": "Copy Cell", "DataScience.variableLoadingValue": "Loading...", "DataScience.importDialogTitle": "Import Jupyter Notebook", "DataScience.importDialogFilter": "Jupyter Notebooks", "DataScience.notebookCheckForImportYes": "Import", "DataScience.reloadRequired": "Please reload the window for new settings to take effect.", "DataScience.notebookCheckForImportNo": "Later", "DataScience.notebookCheckForImportDontAskAgain": "Don't Ask Again", "DataScience.notebookCheckForImportTitle": "Do you want to import the Jupyter Notebook into Python code?", "DataScience.jupyterNotSupported": "Jupyter cannot be started. Error attempting to locate jupyter: {0}", "DataScience.jupyterNotSupportedBecauseOfEnvironment": "Activating {0} to run Jupyter failed with {1}.", "DataScience.jupyterNbConvertNotSupported": "Importing notebooks requires Jupyter nbconvert to be installed.", "DataScience.jupyterLaunchNoURL": "Failed to find the URL of the launched Jupyter notebook server", "DataScience.jupyterLaunchTimedOut": "The Jupyter notebook server failed to launch in time", "DataScience.jupyterSelfCertFail": "The security certificate used by server {0} was not issued by a trusted certificate authority.\r\nThis may indicate an attempt to steal your information.\r\nDo you want to enable the Allow Unauthorized Remote Connection setting for this workspace to allow you to connect?", "DataScience.jupyterSelfCertEnable": "Yes, connect anyways", "DataScience.jupyterSelfCertClose": "No, close the connection", "DataScience.jupyterServerCrashed": "Jupyter server crashed. Unable to connect. \r\nError code from jupyter: {0}", "DataScience.rawConnectionDisplayName": "Direct kernel connection", "DataScience.rawConnectionBrokenError": "Direct kernel connection broken", "DataScience.pythonInteractiveHelpLink": "Get more help", "DataScience.markdownHelpInstallingMissingDependencies": "See [https://aka.ms/pyaiinstall](https://aka.ms/pyaiinstall) for help on installing Jupyter and related dependencies.", "DataScience.importingFormat": "Importing {0}", "DataScience.startingJupyter": "Starting Jupyter server", "DataScience.connectingToJupyter": "Connecting to Jupyter server", "DataScience.connectingToKernel": "Connecting to kernel: {0}", "DataScience.connectedToKernel": "Connected.", "DataScience.connected": "Connected", "DataScience.disconnected": "Disconnected", "Experiments.inGroup": "User belongs to experiment group '{0}'", "Logging.CurrentWorkingDirectory": "cwd:", "Logging.WarnUserAboutDebugLoggingSetting": "You have enabled debug logging for the Jupyter extension, which will continue to write logs to disk. Would you like to turn debug logging off?", "Logging.YesTurnOffDebugLogging": "Yes, turn off debug logging", "Logging.NoResponse": "No", "Logging.NoAndDontAskAgain": "No, and don't ask again", "GitHubIssue.Failure": "We encountered an error while submitting your GitHub issue. Would you still like to report an issue?", "GitHubIssue.copyToClipboardAndOpenIssue": "Yes, copy content to clipboard and open issue", "GitHubIssue.submitGitHubIssue": "✅ Submit GitHub Issue", "GitHubIssue.pleaseFillThisOut": "Please fill this section out and delete this comment before submitting an issue!", "GitHubIssue.missingFields": "Please provide details of the issue you encountered before clicking Submit GitHub Issue.", "GitHubIssue.askForIssueTitle": "Please provide a descriptive title summarizing your issue.", "GitHubIssue.titlePlaceholder": "E.g.: Unable to start a local kernel session", "Common.bannerLabelYes": "Yes", "Common.bannerLabelNo": "No", "Common.doNotShowAgain": "Do not show again", "Common.reload": "Reload", "Common.moreInfo": "More Info", "Common.and": "and", "Common.download": "Download", "Common.ok": "Ok", "Common.install": "Install", "Common.reInstall": "Re-Install", "Common.learnMore": "Learn more", "Common.reportThisIssue": "Report this issue", "CommonSurvey.remindMeLaterLabel": "Remind me later", "CommonSurvey.yesLabel": "Yes, take survey now", "CommonSurvey.noLabel": "No, thanks", "OutputChannelNames.languageServer": "Python Language Server", "OutputChannelNames.python": "Python", "OutputChannelNames.pythonTest": "Python Test Log", "OutputChannelNames.jupyter": "Jupyter", "ExtensionSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Jupyter extension is working for you?", "ExtensionSurveyBanner.bannerLabelYes": "Yes, take survey now", "ExtensionSurveyBanner.bannerLabelNo": "No, thanks", "ExtensionSurveyBanner.maybeLater": "Maybe later", "DataScience.reloadAfterChangingJupyterServerConnection": "Please reload VS Code when changing the Jupyter Server connection.", "DataScience.restartKernelMessage": "Do you want to restart the Jupyter kernel? All variables will be lost.", "DataScience.restartKernelMessageYes": "Yes", "DataScience.restartKernelMessageNo": "No", "DataScience.restartingKernelFailed": "Kernel restart failed. Jupyter server is hung. Please reload VS Code.", "DataScience.interruptingKernelFailed": "Kernel interrupt failed. Jupyter server is hung. Please reload VS Code.", "DataScienceSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Data Science features are working for you?", "DataScienceSurveyBanner.bannerLabelYes": "Yes, take survey now", "DataScienceSurveyBanner.bannerLabelNo": "No, thanks", "InteractiveShiftEnterBanner.bannerMessage": "Would you like to run code in the '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.", "DataScience.restartingKernelStatus": "Restarting Jupyter Kernel", "DataScience.executingCode": "Executing Cell", "DataScience.collapseAll": "Collapse all cell inputs", "DataScience.expandAll": "Expand all cell inputs", "DataScience.export": "Export as Jupyter notebook", "DataScience.restartServer": "Restart Jupyter kernel", "DataScience.undo": "Undo", "DataScience.redo": "Redo", "DataScience.clearAll": "Remove all cells", "DataScience.restartedKernelHeader": "Restarted '{0}' kernel", "DataScience.startedNewKernelHeader": "Started '{0}' kernel", "DataScience.connectKernelHeader": "Connected to '{0}' kernel", "DataScience.executingCodeFailure": "Executing code failed : {0}", "DataScience.inputWatermark": "Type code here and press shift-enter to run", "DataScience.deleteButtonTooltip": "Remove cell", "DataScience.gotoCodeButtonTooltip": "Go to code", "DataScience.copyBackToSourceButtonTooltip": "Paste code into file", "DataScience.copyToClipboardButtonTooltip": "Copy source to clipboard", "DataScience.plotOpen": "Expand image", "DataScience.libraryNotInstalled": "Data Science library {0} is not installed. Install?", "DataScience.libraryNotInstalledCorrectlyOrOutdated": "Data Science library {0} is not installed correctly or is outdated. Re-Install?", "DataScience.libraryRequiredToLaunchJupyterNotInstalled": "Running cells requires {0}.", "DataScience.librariesRequiredToLaunchJupyterNotInstalled": "Running cells requires {0}.", "DataScience.libraryRequiredToLaunchJupyterNotInstalledInterpreter": "Running cells with '{0}' requires {1}.", "DataScience.librariesRequiredToLaunchJupyterNotInstalledInterpreter": "Running cells with '{0}' requires {1}.", "DataScience.jupyterInstall": "Install", "DataScience.jupyterSelectURIPrompt": "Enter the URI of the running Jupyter server", "DataScience.jupyterSelectURIInvalidURI": "Invalid URI specified", "DataScience.jupyterSelectUserAndPasswordTitle": "Enter your user name and password to connect to Jupyter Hub", "DataScience.jupyterSelectUserPrompt": "Enter your user name", "DataScience.jupyterSelectPasswordPrompt": "Enter your password", "DataScience.jupyterNotebookFailure": "Jupyter notebook failed to launch. \r\n{0}", "DataScience.jupyterNotebookConnectFailed": "Failed to connect to Jupyter notebook. \r\n{0}\r\n{1}", "DataScience.jupyterNotebookRemoteConnectFailed": "Failed to connect to remote Jupyter notebook.\r\nCheck that the Jupyter Server URI setting has a valid running server specified.\r\n{0}\r\n{1}", "DataScience.jupyterNotebookRemoteConnectSelfCertsFailed": "Failed to connect to remote Jupyter notebook.\r\nSpecified server is using self signed certs. Enable Allow Unauthorized Remote Connection setting to connect anyways\r\n{0}\r\n{1}", "DataScience.notebookVersionFormat": "Jupyter Notebook Version: {0}", "DataScience.jupyterKernelSpecNotFound": "Cannot create a Jupyter kernel spec and none are available for use", "DataScience.jupyterKernelSpecModuleNotFound": "'Kernelspec' module not installed in the selected interpreter ({0}).\n Please re-install or update 'jupyter'.", "DataScience.jupyterGetVariablesBadResults": "Failed to fetch variable info from the Jupyter server.", "DataScience.liveShareConnectFailure": "Cannot connect to host Jupyter session. URI not found.", "DataScience.liveShareCannotSpawnNotebooks": "Spawning Jupyter notebooks is not supported over a live share connection", "DataScience.liveShareCannotImportNotebooks": "Importing notebooks is not currently supported over a live share connection", "DataScience.liveShareHostFormat": "{0} Jupyter Server", "DataScience.liveShareSyncFailure": "Synchronization failure during live share startup.", "DataScience.liveShareServiceFailure": "Failure starting '{0}' service during live share connection.", "DataScience.documentMismatch": "Cannot run cells, duplicate documents for {0} found.", "DataScience.pythonInteractiveCreateFailed": "Failure to create a 'Interactive' window. Try reinstalling the Jupyter extension.", "DataScience.interruptKernel": "Interrupt Jupyter kernel", "DataScience.clearAllOutput": "Clear All Output", "DataScience.exportingFormat": "Exporting {0}", "DataScience.exportCancel": "Cancel", "Common.canceled": "Canceled", "Common.cancel": "Cancel", "Common.yesPlease": "Yes, please", "DataScience.importChangeDirectoryComment": "{0} Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataScience.changeDirOnImportExport setting", "DataScience.exportChangeDirectoryComment": "# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataScience.changeDirOnImportExport setting", "DataScience.interruptKernelStatus": "Interrupting Jupyter Kernel", "DataScience.restartKernelAfterInterruptMessage": "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.", "DataScience.pythonInterruptFailedHeader": "Keyboard interrupt crashed the kernel. Kernel restarted.", "DataScience.sysInfoURILabel": "Jupyter Server URI: ", "DataScience.jupyterStartTimedout": "Starting Jupyter has timedout. Please check the 'Jupyter' output panel for further details.", "DataScience.startingJupyterLogMessage": "Starting Jupyter from {0} with command line {1}", "DataScience.jupyterCommandLineDefaultLabel": "Default (recommended)", "DataScience.jupyterCommandLineDefaultDetail": "The Jupyter extension will determine the appropriate command line for Jupyter", "DataScience.jupyterCommandLineCustomLabel": "Custom", "DataScience.jupyterCommandLineCustomDetail": "Customize the command line passed to Jupyter on startup", "DataScience.jupyterCommandLineReloadQuestion": "Please reload the window when changing the Jupyter command line.", "DataScience.jupyterCommandLineReloadAnswer": "Reload", "DataScience.jupyterCommandLineQuickPickPlaceholder": "Choose an option", "DataScience.jupyterCommandLineQuickPickTitle": "Pick command line for Jupyter", "DataScience.jupyterCommandLinePrompt": "Enter your custom command line for Jupyter", "Common.loadingExtension": "Jupyter extension loading...", "Common.openOutputPanel": "Show output", "DataScience.variableExplorerNameColumn": "Name", "DataScience.variableExplorerTypeColumn": "Type", "DataScience.variableExplorerCountColumn": "Size", "DataScience.variableExplorerValueColumn": "Value", "DataScience.showDataExplorerTooltip": "Show variable in data viewer.", "DataScience.dataExplorerInvalidVariableFormat": "'{0}' is not an active variable.", "DataScience.jupyterGetVariablesExecutionError": "Failure during variable extraction:\r\n{0}", "DataScience.loadingMessage": "loading ...", "DataScience.fetchingDataViewer": "Fetching data ...", "DataScience.noRowsInDataViewer": "No rows match current filter", "DataScience.jupyterServer": "Jupyter Server", "DataScience.noKernel": "No Kernel", "DataScience.serverNotStarted": "Not Started", "DataScience.localJupyterServer": "local", "DataScience.pandasTooOldForViewingFormat": "Python package 'pandas' is version {0}. Version 0.20 or greater is required for viewing data.", "DataScience.pandasRequiredForViewing": "Python package 'pandas' is required for viewing data.", "DataScience.valuesColumn": "values", "DataScience.liveShareInvalid": "One or more guests in the session do not have the Jupyter [extension](https://marketplace.visualstudio.com/itemdetails?itemName=ms-toolsai.jupyter) installed.\r\nYour Live Share session cannot continue and will be closed.", "Common.noIWillDoItLater": "No, I will do it later", "Common.notNow": "Not now", "Common.gotIt": "Got it!", "DataScience.noRowsInVariableExplorer": "No variables defined", "DataScience.tooManyColumnsMessage": "Variables with over a 1000 columns may take a long time to display. Are you sure you wish to continue?", "DataScience.tooManyColumnsYes": "Yes", "DataScience.tooManyColumnsNo": "No", "DataScience.tooManyColumnsDontAskAgain": "Don't Ask Again", "DataScience.filterRowsTooltip": "Allows filtering multiple rows. Use =, >, or < signs to filter numeric values.", "DataScience.previewHeader": "--- Begin preview of {0} ---", "DataScience.previewFooter": "--- End preview of {0} ---", "DataScience.previewStatusMessage": "Generating preview of {0}", "DataScience.plotViewerTitle": "Plots", "DataScience.exportPlotTitle": "Save plot image", "DataScience.pdfFilter": "PDF", "DataScience.pngFilter": "PNG", "DataScience.svgFilter": "SVG", "DataScience.previousPlot": "Previous", "DataScience.nextPlot": "Next", "DataScience.panPlot": "Pan", "DataScience.zoomInPlot": "Zoom in", "DataScience.zoomOutPlot": "Zoom out", "DataScience.exportPlot": "Export to different formats", "DataScience.deletePlot": "Remove", "DataScience.collapseSingle": "Collapse", "DataScience.expandSingle": "Expand", "DataScience.editSection": "Input new cells here.", "DataScience.restartKernelMessageDontAskAgain": "Yes, and Don't Ask Again", "DataScience.selectedImageListLabel": "Selected Image", "DataScience.imageListLabel": "Image", "DataScience.exportImageFailed": "Error exporting image: {0}", "downloading.file": "Downloading {0}...", "downloading.file.progress": "{0}{1} of {2} KB ({3}%)", "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", "DataScience.addCellBelowCommandTitle": "Add cell", "DataScience.debugCellCommandTitle": "Debug Cell", "DataScience.debugStepOverCommandTitle": "Step over", "DataScience.debugContinueCommandTitle": "Continue", "DataScience.debugStopCommandTitle": "Stop", "DataScience.runCurrentCellAndAddBelow": "Run current and add cell below", "DataScience.jupyterDebuggerNotInstalledError": "Pip module {0} is required for debugging cells. You will need to install it to debug cells.", "DataScience.jupyterDebuggerOutputParseError": "Unable to parse {0} output, please log an issue with https://github.com/microsoft/vscode-jupyter", "DataScience.jupyterDebuggerPortNotAvailableError": "Port {0} cannot be opened for debugging. Please specify a different port in the remoteDebuggerPort setting.", "DataScience.jupyterDebuggerPortBlockedError": "Port {0} cannot be connected to for debugging. Please let port {0} through your firewall.", "DataScience.jupyterDebuggerPortNotAvailableSearchError": "Ports in the range {0}-{1} cannot be found for debugging. Please specify a port in the remoteDebuggerPort setting.", "DataScience.jupyterDebuggerPortBlockedSearchError": "A port cannot be connected to for debugging. Please let ports {0}-{1} through your firewall.", "DataScience.jupyterDebuggerInstallNew": "Pip module {0} is required for debugging cells. Install {0} and continue to debug cell?", "DataScience.jupyterDebuggerInstallNewRunByLine": "Pip module {0} is required for running by line. Install {0} and continue to run by line?", "DataScience.jupyterDebuggerInstallUpdate": "The version of {0} installed does not support debugging cells. Update {0} to newest version and continue to debug cell?", "DataScience.jupyterDebuggerInstallUpdateRunByLine": "The version of {0} installed does not support running by line. Update {0} to newest version and continue to run by line?", "DataScience.jupyterDebuggerInstallYes": "Yes", "DataScience.jupyterDebuggerInstallNo": "No", "DataScience.cellStopOnErrorFormatMessage": "{0} cells were canceled due to an error in the previous cell.", "DataScience.instructionComments": "# To add a new cell, type '{0}'\n# To add a new markdown cell, type '{0} [markdown]'\n", "DataScience.scrollToCellTitleFormatMessage": "Go to [{0}]", "DataScience.remoteDebuggerNotSupported": "Debugging while attached to a remote server is not currently supported.", "DataScience.save": "Save notebook", "DataScience.invalidNotebookFileError": "{0} is not a valid notebook file. Check the file for correct json.", "DataScience.nativeEditorTitle": "Notebook Editor", "DataScience.untitledNotebookFileName": "Untitled", "DataScience.dirtyNotebookMessage1": "Do you want to save the changes you made to {0}?", "DataScience.dirtyNotebookMessage2": "Your changes will be lost if you don't save them.", "DataScience.dirtyNotebookYes": "Save", "DataScience.dirtyNotebookNo": "Don't Save", "DataScience.dirtyNotebookCancel": "Cancel", "DataScience.dirtyNotebookDialogTitle": "Save", "DataScience.dirtyNotebookDialogFilter": "Jupyter Notebooks", "DataScience.exportAsPythonFileTooltip": "Convert and save to a python script", "DataScience.exportAsPythonFileTitle": "Save as Python File", "DataScience.exportButtonTitle": "Export", "DataScience.runCell": "Run cell", "DataScience.deleteCell": "Delete cell", "DataScience.moveCellUp": "Move cell up", "DataScience.moveCellDown": "Move cell down", "DataScience.moveSelectedCellUp": "Move selected cell up", "DataScience.insertBelow": "Insert cell below", "DataScience.insertAbove": "Insert cell above", "DataScience.addCell": "Add cell", "DataScience.runAll": "Run all cells", "DataScience.toggleCellOutput": "Toggle Cell Output", "DataScience.renderMarkdownAndSelectBelow": "Execute Notebook Cell and Select Below", "DataScience.convertingToPythonFile": "Converting ipynb to python file", "DataScience.untitledNotebookMessage": "Your changes will be lost if you don't save them.", "DataScience.untitledNotebookYes": "Save", "DataScience.untitledNotebookNo": "Cancel", "DataScience.noInterpreter": "No python selected", "DataScience.notebookNotFound": "python -m jupyter notebook --version is not running", "DataScience.findJupyterCommandProgress": "Active interpreter does not support {0}. Searching for the best available interpreter.", "DataScience.findJupyterCommandProgressCheckInterpreter": "Checking {0}.", "DataScience.findJupyterCommandProgressSearchCurrentPath": "Searching current path.", "DataScience.savePngTitle": "Save Image", "DataScience.jupyterSelectURIQuickPickTitle": "Pick how to connect to Jupyter", "DataScience.jupyterSelectURIQuickPickPlaceholder": "Choose an option", "DataScience.jupyterSelectURIQuickPickCurrent": "Current: {0}", "DataScience.jupyterSelectURILocalLabel": "Default", "DataScience.jupyterSelectURILocalDetail": "VS Code will automatically start a server for you on the localhost", "DataScience.jupyterSelectURINewLabel": "Existing", "DataScience.jupyterSelectURINewDetail": "Specify the URI of an existing server", "DataScience.jupyterSelectURIMRUDetail": "Last Connection: {0}", "DataScience.jupyterSelectURIRunningDetailFormat": "Last activity {0}. {1} existing connections.", "DataScience.jupyterSelectURINotRunningDetail": "Cannot connect at this time. Status unknown.", "DataScience.fallbackToUseActiveInterpeterAsKernel": "Couldn't find kernel '{0}' that the notebook was created with. Using the current interpreter.", "DataScience.fallBackToRegisterAndUseActiveInterpeterAsKernel": "Couldn't find kernel '{0}' that the notebook was created with. Registering a new kernel using the current interpreter.", "DataScience.fallBackToPromptToUseActiveInterpreterOrSelectAKernel": "Couldn't find kernel '{0}' that the notebook was created with.", "DataScience.selectKernel": "Change Kernel", "DataScience.selectDifferentKernel": "Select a different Kernel", "DataScience.selectDifferentJupyterInterpreter": "Change Interpreter", "DataScience.selectJupyterInterpreter": "Select an Interpreter to start Jupyter", "DataScience.switchingKernelProgress": "Switching kernel to '{0}'", "DataScience.sessionStartFailedWithKernel": "Failed to start a session for the Kernel '{0}'. \nView Jupyter [log](command:{1}) for further details.", "DataScience.kernelTimeout": "Timed out waiting to get a heartbeat from kernel process. \nView Jupyter [log](command:{0}) for further details.", "DataScience.kernelDied": "The kernel died. View Jupyter [log](command:{0}) for further details. \nError: {1}...", "DataScience.waitingForJupyterSessionToBeIdle": "Waiting for Jupyter Session to be idle", "DataScience.gettingListOfKernelsForLocalConnection": "Fetching Kernels", "DataScience.gettingListOfKernelsForRemoteConnection": "Fetching Kernels", "DataScience.gettingListOfKernelSpecs": "Fetching Kernel specs", "DataScience.startingJupyterNotebook": "Starting Jupyter Notebook", "DataScience.registeringKernel": "Registering Kernel", "DataScience.trimmedOutput": "Output was trimmed for performance reasons.\nTo see the full output set the setting \"jupyter.textOutputLimit\" to 0.", "DataScience.connectingToJupyterUri": "Connecting to Jupyter server at {0}", "DataScience.createdNewNotebook": "{0}: Creating new notebook ", "DataScience.createdNewKernel": "{0}: Kernel started: {1}", "DataScience.kernelInvalid": "Kernel {0} is not usable. Check the Jupyter output tab for more information.", "DataScience.nativeDependencyFail": "We cannot launch a jupyter server because your OS is not supported. Select an already running server if you wish to continue. {0}", "DataScience.selectNewServer": "Pick Running Server", "DataScience.jupyterSelectURIRemoteLabel": "Existing", "DataScience.jupyterSelectURIQuickPickTitleRemoteOnly": "Pick an already running jupyter server", "DataScience.jupyterSelectURIRemoteDetail": "Specify the URI of an existing server", "DataScience.latestExtension": "Download the latest version of the Jupyter Extension", "DataScience.loadClassFailedWithNoInternet": "Error loading {0}:{1}. Internet connection required for loading 3rd party widgets.", "DataScience.useCDNForWidgets": "Widgets require us to download supporting files from a 3rd party website. Click [here](https://aka.ms/PVSCIPyWidgets) for more information.", "DataScience.loadThirdPartyWidgetScriptsPostEnabled": "Please restart the Kernel when changing the setting 'jupyter.widgetScriptSources'.", "DataScience.enableCDNForWidgetsSettingHtml": "Widgets require us to download supporting files from a 3rd party website. Click here to enable this or click here for more information. (Error loading {0}:{1}).", "DataScience.enableCDNForWidgetsSetting": "Widgets require us to download supporting files from a 3rd party website. (Error loading {0}:{1}).", "DataScience.enableCDNForWidgetsButton": "Enable Downloads", "DataScience.widgetScriptNotFoundOnCDNWidgetMightNotWork": "Unable to load a compatible version of the widget '{0}'. Expected behavior may be affected.", "DataScience.unhandledMessage": "Unhandled kernel message from a widget: {0} : {1}", "DataScience.qgridWidgetScriptVersionCompatibilityWarning": "Unable to load a compatible version of the widget 'qgrid'. Consider downgrading to version 1.1.1.", "DataScience.kernelStarted": "Started kernel {0}", "DataScience.kernelStarting": "_Connecting to kernel..._", "DataScience.kernelStartingCustom": "_Connecting to {0}..._", "DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreter": "Running cells with '{0}' requires {1}.", "DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreterAndRequiresUpdate": "Running cells with '{0}' requires {1} installed or requires an update.", "DataScience.runByLine": "Run by line (F10)", "DataScience.stopRunByLine": "Stop", "DataScience.couldNotInstallLibrary": "Could not install {0}. If pip is not available, please use the package manager of your choice to manually install this library into your Python environment.", "DataScience.rawKernelSessionFailed": "Unable to start session for kernel {0}. Select another kernel to launch with.", "DataScience.rawKernelConnectingSession": "Connecting to kernel {0}", "DataScience.reloadCustomEditor": "Please reload VS Code to use the custom editor API", "DataScience.reloadVSCodeNotebookEditor": "Please reload VS Code to use the Notebook Editor", "DataScience.step": "Run next line (F10)", "DataScience.usingPreviewNotebookWithOtherNotebookWarning": "Opening the same file in the Preview Notebook Editor and stable Notebook Editor is not recommended. Doing so could result in data loss or corruption of notebooks.", "DataScience.unknownServerUri": "Server URI cannot be used. Did you uninstall an extension that provided a Jupyter server connection?", "DataScienceRendererExtension.installingExtension": "Installing Notebook Renderers extension...", "DataScienceRendererExtension.installationCompleteMessage": "complete.", "DataScienceRendererExtension.startingDownloadOutputMessage": "Starting download of Notebook Renderers extension.", "DataScienceRendererExtension.downloadingMessage": "Downloading Notebook Renderers Extension...", "DataScienceRendererExtension.downloadCompletedOutputMessage": "Notebook Renderers extension download complete.", "DataScience.uriProviderDescriptionFormat": "{0} (From {1} extension)", "DataScience.unknownPackage": "unknown", "DataScience.interactiveWindowTitle": "Interactive", "DataScience.interactiveWindowTitleFormat": "Interactive - {0}", "DataScience.interactiveWindowModeBannerTitle": "Do you want to open a new Interactive window for this file? [More Information](command:workbench.action.openSettings?%5B%22jupyter.interactiveWindowMode%22%5D).", "DataScience.interactiveWindowModeBannerSwitchYes": "Yes", "DataScience.interactiveWindowModeBannerSwitchAlways": "Always", "DataScience.interactiveWindowModeBannerSwitchNo": "No", "DataScience.ipykernelNotInstalled": "IPyKernel not installed into interpreter {0}", "DataScience.illegalEditorConfig": "CustomEditor and NativeNotebook experiments cannot be turned on together", "DataScience.pythonExtensionRequired": "The Python extension is required to perform that task. Click Yes to open Python extension installation page.", "DataScience.pythonExtensionRequiredToRunNotebook": "Python Extension required to run Python notebooks.", "DataScience.pythonExtensionInstalled": "Python extension is now installed. Some features might not be available until a notebook or interactive window session is restarted.", "DataScience.showDataViewerFail": "Failed to create the Data Viewer. Check the Jupyter tab of the Output window for more info.", "DataScience.notebookCreationPickerPlaceHolder": "Select an option to create a blank notebook", "DataScience.refreshDataViewer": "Refresh data viewer", "DataScience.refreshDataViewerCommandPalette": "Refresh Data Viewer", "DataScience.sliceDropdownAxisLabel": "Axis", "DataScience.sliceDropdownIndexLabel": "Index", "DataScience.sliceSubmitButton": "Apply", "DataScience.sliceSummaryTitle": "SLICING", "DataScience.dataViewerShowFilters": "Show filters", "DataScience.dataViewerHideFilters": "Hide filters", "DataScience.sliceData": "Slice Data", "DataScience.sliceIndexError": "Index {0} out of range for axis {1} with {2} elements", "DataScience.sliceMismatchedAxesError": "Expected {0} axes, got {1} in slice expression", "DataScience.clearFilters": "Clear all filters", "DataScience.defaultNotebookName": "default", "DataScience.recommendExtensionForNotebook": "The {0} extension is recommended for notebooks targetting the language '{1}'", "DataScience.interactiveClearAllCells": "Clear All", "DataScience.interactiveRemoveCell": "Remove Cell", "DataScience.interactiveGoToCode": "Go to code", "DataScience.kernelWasNotStarted": "Kernel was not started. A kernel session is needed to start debugging.", "DataScience.noNotebookToDebug": "No active notebook document to debug.", "DataScience.cantStartDebugging": "Can't start debugging.", "DataScience.customEditorBanner": "This editor is deprecated and we'll remove it after 1.59 of VS Code. [Learn more about our new notebook editor](https://aka.ms/vscodeNotebookEditorBanner)." }