An 'input_reply' message content.

See Messaging in Jupyter.

interface IInputReply {
    status: "ok";
    value: string;
}

Hierarchy (view full)

Properties

Properties

status: "ok"
value: string