GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
console
IConsoleCellExecutor
Interface IConsoleCellExecutor
Console cell executor interface
interface
IConsoleCellExecutor
{
runCell
(
options
)
:
Promise
<
boolean
>
;
}
Index
Methods
run
Cell
Methods
run
Cell
run
Cell
(
options
)
:
Promise
<
boolean
>
Execute a cell.
Parameters
options
:
IConsoleCellExecutor
.
IRunCellOptions
Cell execution options
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
run
Cell
@jupyterlab
Loading...
Console cell executor interface