mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
Add dialog to notebooks for managing Pip packages (#5944)
This commit is contained in:
@@ -39,7 +39,7 @@ export const jupyterCommandSetContext = 'jupyter.setContext';
|
||||
export const jupyterCommandSetKernel = 'jupyter.setKernel';
|
||||
export const jupyterReinstallDependenciesCommand = 'jupyter.reinstallDependencies';
|
||||
export const jupyterAnalyzeCommand = 'jupyter.cmd.analyzeNotebook';
|
||||
export const jupyterInstallPackages = 'jupyter.cmd.installPackages';
|
||||
export const jupyterManagePackages = 'jupyter.cmd.managePackages';
|
||||
export const jupyterConfigurePython = 'jupyter.cmd.configurePython';
|
||||
|
||||
export enum BuiltInCommands {
|
||||
|
||||
Reference in New Issue
Block a user