Interface NotebookSerializer

interface NotebookSerializer {
    options: TransientOptions;
    fromNotebook(data): Promise<BinaryBuffer>;
    toNotebook(data): Promise<NotebookData>;
}

Properties

Methods

Properties

Methods