Skip to main content

Module: util/notebook

Functions

getNotebookFromCellDocument

getNotebookFromCellDocument(document): any

Given a document corresponding to a single cell, retrieve the notebook document for the entire notebook

Parameters

NameTypeDescription
documentTextDocumentThe document corresponding to the given cell

Returns

any

The notebook document corresponding to the notebook containing the given cell

Defined in

util/notebook.ts:14