Interface OutputJupyterNotebookFileType

Representation of a Jupyter notebook file.

interface OutputJupyterNotebookFileType {
    documentId: string;
}

Properties

Properties

documentId: string

The document id for a Jupyter notebook file.