An adapter for converting messages from the kernel to displayable outputs.

Hierarchy

  • IOutputAdapter

Implemented by

Methods

Methods

  • Convert a kernel message to output data.

    Parameters

    • msg: IIOPubMessage<IOPubMessageType>

      a message from the kernel

    Returns void | IKernelOutput

    the output data or void if the message is not a known output message.

Generated using TypeDoc