mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
25 lines
1.6 KiB
JSON
25 lines
1.6 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.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.command.new": "New Notebook",
|
|
"notebook.command.open": "Open Notebook",
|
|
"notebook.analyzeJupyterNotebook": "Analyze in Notebook",
|
|
"notebook.command.runactivecell": "Run Cell",
|
|
"notebook.command.addcode": "Add Code Cell",
|
|
"notebook.command.addtext": "Add Text 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.installPackages": "Install Packages"
|
|
} |