Data to display to the user emitted during cell execution.

interface DisplayDataMember {
    $unknown?: undefined;
    displayData: JupyterDisplayDataOutputEvent;
    error?: undefined;
    executeRequested?: undefined;
    executeResult?: undefined;
    executeStart?: undefined;
    stream?: undefined;
}

Properties

$unknown?: undefined
error?: undefined
executeRequested?: undefined
executeResult?: undefined
executeStart?: undefined
stream?: undefined