@jupyterlite


@jupyterlite / @jupyterlite/services / IExporter

Interface: IExporter#

Defined in: packages/services/src/nbconvert/tokens.ts:47

Interface for a notebook exporter.

Properties#

mimeType#

readonly mimeType: string

Defined in: packages/services/src/nbconvert/tokens.ts:51

The MIME type of the exported format.

Methods#

export()#

export(model, path): Promise<void>

Defined in: packages/services/src/nbconvert/tokens.ts:59

Export a notebook to this format.

Parameters#

model#

IModel

The notebook model to export

path#

string

The path to the notebook

Returns#

Promise<void>