Categorize kernels in the notebook kernel picker (#135502)

* Categorize kernels in the notebook kernel picker

* rename property

* address review comments

* more changes

* fix liner

* address review comments
This commit is contained in:
Don Jayamanne
2021-10-25 08:23:43 -07:00
committed by GitHub
parent f5f0b2bad4
commit 48eb908fd6
11 changed files with 68 additions and 18 deletions

View File

@@ -908,6 +908,7 @@ export interface INotebookKernelDto2 {
label: string;
detail?: string;
description?: string;
kind?: string;
supportedLanguages?: string[];
supportsInterrupt?: boolean;
supportsExecutionOrder?: boolean;