Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OutputModel

The namespace for OutputModel statics.

Index

Functions

Functions

getData

  • getData(output: nbformat.IOutput): PartialJSONObject
  • Get the data for an output.

    params

    output - A kernel output message payload.

    Parameters

    • output: nbformat.IOutput

    Returns PartialJSONObject

    • The data for the payload.

getMetadata

  • getMetadata(output: nbformat.IOutput): PartialJSONObject
  • Get the metadata from an output message.

    params

    output - A kernel output message payload.

    Parameters

    • output: nbformat.IOutput

    Returns PartialJSONObject

    • The metadata for the payload.

Generated using TypeDoc