{ "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": "