mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
* update python fwlinks and remove bundle ver * start fixing path for users with python 36 * prompt user for python version upgrade * update python path after removing 3.6 * prompt users to upgrade and show pkg warning * make prompt async * remove python bundle ver from ML extension * shutdown python 3.6 before deleting * check useExistingPython before update prompt * add dont ask again option * remove 3.6 after installing 3.8 fix merge conflict * give option to remove python36 * list user installed pip packages in warning * create notebook to install pip packages * update getPythonExePath method and add comments * clean up code * add comments * pr comments * add comment * remove option to keep python36 * shutdown active servers before removing python36 * fix error removing old python w/ path change * update to 3.8.10 * restart sessions for mac/linux
58 lines
3.5 KiB
JSON
58 lines
3.5 KiB
JSON
{
|
|
"displayName": "Notebook Core Extensions",
|
|
"description": "Defines the Data-procotol based Notebook contribution and many Notebook commands and contributions.",
|
|
"notebook.configuration.title": "Notebook configuration",
|
|
"notebook.pythonPath.description": "Local path to python installation used by Notebooks.",
|
|
"notebook.useExistingPython.description": "Local path to a preexisting python installation used by Notebooks.",
|
|
"notebook.dontPromptPythonUpdate.description": "Do not show prompt to update Python.",
|
|
"notebook.overrideEditorTheming.description": "Override editor default settings in the Notebook editor. Settings include background color, current line color and border",
|
|
"notebook.maxTableRows.description": "Maximum number of rows returned per table in the Notebook editor",
|
|
"notebook.trustedBooks.description": "Notebooks contained in these books will automatically be trusted.",
|
|
"notebook.maxBookSearchDepth.description": "Maximum depth of subdirectories to search for Books (Enter 0 for infinite)",
|
|
"notebook.collapseBookItems.description": "Collapse Book items at root level in the Notebooks Viewlet",
|
|
"notebook.remoteBookDownloadTimeout.description": "Download timeout in milliseconds for GitHub books",
|
|
"notebook.pinnedNotebooks.description": "Notebooks that are pinned by the user for the current workspace",
|
|
"notebook.command.new": "New Notebook",
|
|
"notebook.command.open": "Open Notebook",
|
|
"notebook.analyzeJupyterNotebook": "Analyze in Notebook",
|
|
"notebook.command.runactivecell": "Run Cell",
|
|
"notebook.command.clearactivecellresult": "Clear Cell Result",
|
|
"notebook.command.runallcells": "Run Cells",
|
|
"notebook.command.addcode": "Add Code Cell",
|
|
"notebook.command.addtext": "Add Text Cell",
|
|
"notebook.command.addcell": "Add Cell",
|
|
"title.analyzeJupyterNotebook": "Analyze in Notebook",
|
|
"title.newJupyterNotebook": "New Notebook",
|
|
"title.openJupyterNotebook": "Open Notebook",
|
|
"title.jupyter.setContext": "Set context for Notebook",
|
|
"title.jupyter.setKernel": "Set kernel for Notebook",
|
|
"config.jupyter.extraKernelsTitle": "Extra kernels",
|
|
"config.jupyter.extraKernelsDescription": "IDs of the extra kernels to enable",
|
|
"config.jupyter.kernelConfigValuesDescription": "Configuration options for Jupyter kernels. This is automatically managed and not recommended to be manually edited.",
|
|
"title.reinstallNotebookDependencies": "Reinstall Notebook dependencies",
|
|
"title.configurePython": "Configure Python for Notebooks",
|
|
"title.managePackages": "Manage Packages",
|
|
"title.SQL19PreviewBook": "SQL Server 2019 Guide",
|
|
"books-preview-category": "Jupyter Books",
|
|
"title.saveJupyterBook": "Save Jupyter Book",
|
|
"title.trustBook": "Trust Jupyter Book",
|
|
"title.searchJupyterBook": "Search Jupyter Book",
|
|
"title.SavedBooks": "Notebooks",
|
|
"title.ProvidedBooks": "Provided Jupyter Books",
|
|
"title.PinnedBooks": "Pinned notebooks",
|
|
"title.PreviewLocalizedBook": "Get localized SQL Server 2019 guide",
|
|
"title.openJupyterBook": "Open Jupyter Book",
|
|
"title.closeJupyterBook": "Close Jupyter Book",
|
|
"title.closeNotebook": "Close Notebook",
|
|
"title.removeNotebook": "Remove Notebook",
|
|
"title.addNotebook": "Add Notebook",
|
|
"title.addMarkdown": "Add Markdown File",
|
|
"title.revealInBooksViewlet": "Reveal in Books",
|
|
"title.createJupyterBook": "Create Jupyter Book",
|
|
"title.openNotebookFolder": "Open Notebooks in Folder",
|
|
"title.openRemoteJupyterBook": "Add Remote Jupyter Book",
|
|
"title.pinNotebook": "Pin Notebook",
|
|
"title.unpinNotebook": "Unpin Notebook",
|
|
"title.moveTo": "Move to ..."
|
|
}
|