Interface INotebookCellExecutor

Notebook cell executor interface

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

Methods

Methods