Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookExecutionService
Class NotebookExecutionService
Index
Constructors
constructor
Properties
cell
Execution
Participants
command
Service
notebook
Execution
State
Service
notebook
Kernel
History
Service
notebook
Kernel
Quick
Pick
Service
notebook
Kernel
Service
Methods
cancel
Notebook
Cell
Handles
cancel
Notebook
Cells
execute
Notebook
Cells
register
Execution
Participant
run
Execution
Participants
Constructors
constructor
new
Notebook
Execution
Service
(
)
:
NotebookExecutionService
Returns
NotebookExecutionService
Properties
Protected
Readonly
cell
Execution
Participants
cell
Execution
Participants
:
Set
<
CellExecutionParticipant
>
= ...
Protected
command
Service
command
Service
:
CommandService
Protected
notebook
Execution
State
Service
notebook
Execution
State
Service
:
NotebookExecutionStateService
Protected
notebook
Kernel
History
Service
notebook
Kernel
History
Service
:
NotebookKernelHistoryService
Protected
notebook
Kernel
Quick
Pick
Service
notebook
Kernel
Quick
Pick
Service
:
NotebookKernelQuickPickService
Protected
notebook
Kernel
Service
notebook
Kernel
Service
:
NotebookKernelService
Methods
cancel
Notebook
Cell
Handles
cancel
Notebook
Cell
Handles
(
notebook
,
cells
)
:
Promise
<
void
>
Parameters
notebook
:
NotebookModel
cells
:
Iterable
<
number
>
Returns
Promise
<
void
>
cancel
Notebook
Cells
cancel
Notebook
Cells
(
notebook
,
cells
)
:
Promise
<
void
>
Parameters
notebook
:
NotebookModel
cells
:
Iterable
<
NotebookCellModel
>
Returns
Promise
<
void
>
execute
Notebook
Cells
execute
Notebook
Cells
(
notebook
,
cells
)
:
Promise
<
void
>
Parameters
notebook
:
NotebookModel
cells
:
Iterable
<
NotebookCellModel
>
Returns
Promise
<
void
>
register
Execution
Participant
register
Execution
Participant
(
participant
)
:
Disposable
Parameters
participant
:
CellExecutionParticipant
Returns
Disposable
Protected
run
Execution
Participants
run
Execution
Participants
(
executions
)
:
Promise
<
void
>
Parameters
executions
:
CellExecution
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
cell
Execution
Participants
command
Service
notebook
Execution
State
Service
notebook
Kernel
History
Service
notebook
Kernel
Quick
Pick
Service
notebook
Kernel
Service
cancel
Notebook
Cell
Handles
cancel
Notebook
Cells
execute
Notebook
Cells
register
Execution
Participant
run
Execution
Participants
Theia TypeDoc
Loading...