Emitted when the kernel asks the user for a value on stdin.

The kernel blocks until the request is answered, or until the execution it belongs to ends.

interface InputRequestMember {
    $unknown?: undefined;
    displayData?: undefined;
    error?: undefined;
    executeInterrupted?: undefined;
    executeRequested?: undefined;
    executeResult?: undefined;
    executeStart?: undefined;
    inputReply?: undefined;
    inputRequest: JupyterInputRequestOutputEvent;
    outputTruncated?: undefined;
    stream?: undefined;
}

Properties

$unknown?: undefined
displayData?: undefined
error?: undefined
executeInterrupted?: undefined
executeRequested?: undefined
executeResult?: undefined
executeStart?: undefined
inputReply?: undefined
outputTruncated?: undefined
stream?: undefined