Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/service/notebook-kernel-service
NotebookKernel
Interface NotebookKernel
interface
NotebookKernel
{
description
?:
string
;
detail
?:
string
;
extensionId
:
string
;
handle
:
number
;
id
:
string
;
implementsExecutionOrder
?:
boolean
;
implementsInterrupt
?:
boolean
;
label
:
string
;
localResourceRoot
:
URI
;
onDidChange
:
Event
<
Readonly
<
NotebookKernelChangeEvent
>
>
;
preloadProvides
:
string
[]
;
preloadUris
:
URI
[]
;
supportedLanguages
:
string
[]
;
viewType
:
string
;
cancelNotebookCellExecution
(
uri
:
URI
,
cellHandles
:
number
[]
)
:
Promise
<
void
>
;
executeNotebookCellsRequest
(
uri
:
URI
,
cellHandles
:
number
[]
)
:
Promise
<
void
>
;
}
Index
Properties
description?
detail?
extension
Id
handle
id
implements
Execution
Order?
implements
Interrupt?
label
local
Resource
Root
on
Did
Change
preload
Provides
preload
Uris
supported
Languages
view
Type
Methods
cancel
Notebook
Cell
Execution
execute
Notebook
Cells
Request
Properties
Optional
description
description
?:
string
Optional
detail
detail
?:
string
Readonly
extension
Id
extensionId
:
string
ID of the extension providing this kernel
Readonly
handle
handle
:
number
Readonly
id
id
:
string
Optional
implements
Execution
Order
implementsExecutionOrder
?:
boolean
Optional
implements
Interrupt
implementsInterrupt
?:
boolean
label
label
:
string
Readonly
local
Resource
Root
localResourceRoot
:
URI
Readonly
on
Did
Change
onDidChange
:
Event
<
Readonly
<
NotebookKernelChangeEvent
>
>
Readonly
preload
Provides
preloadProvides
:
string
[]
Readonly
preload
Uris
preloadUris
:
URI
[]
supported
Languages
supportedLanguages
:
string
[]
Readonly
view
Type
viewType
:
string
Methods
cancel
Notebook
Cell
Execution
cancelNotebookCellExecution
(
uri
:
URI
,
cellHandles
:
number
[]
)
:
Promise
<
void
>
Parameters
uri
:
URI
cellHandles
:
number
[]
Returns
Promise
<
void
>
execute
Notebook
Cells
Request
executeNotebookCellsRequest
(
uri
:
URI
,
cellHandles
:
number
[]
)
:
Promise
<
void
>
Parameters
uri
:
URI
cellHandles
:
number
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
detail
extension
Id
handle
id
implements
Execution
Order
implements
Interrupt
label
local
Resource
Root
on
Did
Change
preload
Provides
preload
Uris
supported
Languages
view
Type
Methods
cancel
Notebook
Cell
Execution
execute
Notebook
Cells
Request
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
ID of the extension providing this kernel