A 'inspect_reply' message content.

See Messaging in Jupyter.

See also: [[IInspectRequest]], [[IKernel.inspect]]

interface IInspectReply {
    data: JSONObject;
    found: boolean;
    metadata: JSONObject;
    status: "ok";
}

Hierarchy (view full)

Properties

found: boolean
metadata: JSONObject
status: "ok"