A namespace for nbconvert API interfaces.

interface IExportFormats {
    [key: string]: {
        output_mimetype: string;
    };
}

Indexable

[key: string]: {
    output_mimetype: string;
}

The list of supported export formats.

  • output_mimetype: string