Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/service/notebook-execution-service
NotebookExecutionService
Class NotebookExecutionService
Index
Constructors
constructor
Properties
cell
Execution
Participants
command
Service
logger
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
NotebookExecutionService
()
:
NotebookExecutionService
Returns
NotebookExecutionService
Properties
Protected
Readonly
cell
Execution
Participants
cellExecutionParticipants
:
Set
<
CellExecutionParticipant
>
= ...
Protected
command
Service
commandService
:
CommandService
Protected
Readonly
logger
logger
:
ILogger
Protected
notebook
Execution
State
Service
notebookExecutionStateService
:
NotebookExecutionStateService
Protected
notebook
Kernel
History
Service
notebookKernelHistoryService
:
NotebookKernelHistoryService
Protected
notebook
Kernel
Quick
Pick
Service
notebookKernelQuickPickService
:
NotebookKernelQuickPickService
Protected
notebook
Kernel
Service
notebookKernelService
:
NotebookKernelService
Methods
cancel
Notebook
Cell
Handles
cancelNotebookCellHandles
(
notebook
:
NotebookModel
,
cells
:
Iterable
<
number
>
,
)
:
Promise
<
void
>
Parameters
notebook
:
NotebookModel
cells
:
Iterable
<
number
>
Returns
Promise
<
void
>
cancel
Notebook
Cells
cancelNotebookCells
(
notebook
:
NotebookModel
,
cells
:
Iterable
<
NotebookCellModel
>
,
)
:
Promise
<
void
>
Parameters
notebook
:
NotebookModel
cells
:
Iterable
<
NotebookCellModel
>
Returns
Promise
<
void
>
execute
Notebook
Cells
executeNotebookCells
(
notebook
:
NotebookModel
,
cells
:
Iterable
<
NotebookCellModel
>
,
)
:
Promise
<
void
>
Parameters
notebook
:
NotebookModel
cells
:
Iterable
<
NotebookCellModel
>
Returns
Promise
<
void
>
register
Execution
Participant
registerExecutionParticipant
(
participant
:
CellExecutionParticipant
)
:
Disposable
Parameters
participant
:
CellExecutionParticipant
Returns
Disposable
Protected
run
Execution
Participants
runExecutionParticipants
(
executions
:
CellExecution
[]
)
:
Promise
<
void
>
Parameters
executions
:
CellExecution
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cell
Execution
Participants
command
Service
logger
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
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...