Interface INotebookCellExecutor

Notebook cell executor interface

interface INotebookCellExecutor {
    runCell(
        options: INotebookCellExecutor.IRunCellOptions,
    ): Promise<boolean>;
}

Methods

Methods