IIOPubMessage | @jupyterlab (original) (raw)

Type Parameters

Hierarchy (View Summary)

Index

Properties

Optionalbuffers

channel

channel: "iopub"

content

content:
| { wait: boolean }
| { comm_id: string; data: JSONObject }
| Record<string, never>
| IReplyErrorContent
| IReplyAbortContent
| ICommInfoReply
| { target_name?: string }
| { comm_id: string; data: JSONObject }
| {
comm_id: string;
data: JSONObject;
target_module?: string;
target_name: string;
}
| ICompleteReply
| { code: string; cursor_pos: number }
| {
data: IMimeBundle;
metadata: PartialJSONObject;
transient?: { display_id?: string };
}
| { ename: string; evalue: string; traceback: string[] }
| { code: string; execution_count: ExecutionCount }
| IReplyErrorContent & IExecuteCount
| IReplyAbortContent & IExecuteCount
| IExecuteReply & IExecuteCount
| {
allow_stdin?: boolean;
code: string;
silent?: boolean;
stop_on_error?: boolean;
store_history?: boolean;
user_expressions?: JSONObject;
}
| {
data: IMimeBundle;
execution_count: ExecutionCount;
metadata: PartialJSONObject;
transient?: { display_id?: string };
}
| IHistoryReply
| IHistoryRequestRange
| IHistoryRequestSearch
| IHistoryRequestTail
| KernelMessage.IInfoReply
| IInputReply
| { password: boolean; prompt: string }
| IInspectReply
| { code: string; cursor_pos: number; detail_level: 0 | 1 }
| IIsCompleteReplyIncomplete
| IIsCompleteReplyOther
| { code: string }
| { execution_state: Kernel.Status }
| { name: "stdout" | "stderr"; text: string }
| {
data: IMimeBundle;
metadata: PartialJSONObject;
transient?: { display_id?: string };
} & { transient: { display_id: string } }
| { arguments?: any; command: string; seq: number; type: "request" }
| {
body?: any;
command: string;
message?: string;
request_seq: number;
seq: number;
success: boolean;
type: "response";
}
| { body?: any; event: string; seq: number; type: "event" }
| Record<string, unknown>
| { subshell_id: string }
| { subshell_id: string }
| { subshell_id: string[] }

Type declaration

metadata

parent_header