@@ -26,26 +26,26 @@ export namespace Commands {
26
26
export const Build_Workspace_Symbols = 'python.buildWorkspaceSymbols' ;
27
27
export const Start_REPL = 'python.startREPL' ;
28
28
export namespace Jupyter {
29
- export const Get_All_KernelSpecs_For_Language = 'jupyter: getAllKernelSpecsForLanguage' ;
30
- export const Get_All_KernelSpecs = 'jupyter: getAllKernelSpecs' ;
31
- export const Select_Kernel = 'jupyter: selectKernel' ;
32
- export const Kernel_Options = 'jupyter: kernelOptions' ;
33
- export const StartKernelForKernelSpeck = 'jupyter: sartKernelForKernelSpecs' ;
34
- export const ExecuteRangeInKernel = 'jupyter: execRangeInKernel' ;
29
+ export const Get_All_KernelSpecs_For_Language = 'jupyter. getAllKernelSpecsForLanguage' ;
30
+ export const Get_All_KernelSpecs = 'jupyter. getAllKernelSpecs' ;
31
+ export const Select_Kernel = 'jupyter. selectKernel' ;
32
+ export const Kernel_Options = 'jupyter. kernelOptions' ;
33
+ export const StartKernelForKernelSpeck = 'jupyter. sartKernelForKernelSpecs' ;
34
+ export const ExecuteRangeInKernel = 'jupyter. execRangeInKernel' ;
35
35
export const ExecuteSelectionOrLineInKernel = 'jupyter.runSelectionLine' ;
36
36
export namespace Cell {
37
- export const ExecuteCurrentCell = 'jupyter: execCurrentCell' ;
38
- export const ExecuteCurrentCellAndAdvance = 'jupyter: execCurrentCellAndAdvance' ;
39
- export const AdcanceToCell = 'jupyter: advanceToNextCell' ;
40
- export const DisplayCellMenu = 'jupyter: displayCellMenu' ;
41
- export const GoToPreviousCell = 'jupyter: gotToPreviousCell' ;
42
- export const GoToNextCell = 'jupyter: gotToNextCell' ;
37
+ export const ExecuteCurrentCell = 'jupyter. execCurrentCell' ;
38
+ export const ExecuteCurrentCellAndAdvance = 'jupyter. execCurrentCellAndAdvance' ;
39
+ export const AdcanceToCell = 'jupyter. advanceToNextCell' ;
40
+ export const DisplayCellMenu = 'jupyter. displayCellMenu' ;
41
+ export const GoToPreviousCell = 'jupyter. gotToPreviousCell' ;
42
+ export const GoToNextCell = 'jupyter. gotToNextCell' ;
43
43
}
44
44
export namespace Kernel {
45
- export const Kernel_Interrupt = 'jupyter: kernelInterrupt' ;
46
- export const Kernel_Restart = 'jupyter: kernelRestart' ;
47
- export const Kernel_Shut_Down = 'jupyter: kernelShutDown' ;
48
- export const Kernel_Details = 'jupyter: kernelDetails' ;
45
+ export const Kernel_Interrupt = 'jupyter. kernelInterrupt' ;
46
+ export const Kernel_Restart = 'jupyter. kernelRestart' ;
47
+ export const Kernel_Shut_Down = 'jupyter. kernelShutDown' ;
48
+ export const Kernel_Details = 'jupyter. kernelDetails' ;
49
49
}
50
50
}
51
51
}
0 commit comments