The 'execute_reply' contents for an 'ok' status.

See Messaging in Jupyter.

Hierarchy

  • IExecuteReplyBase
    • IExecuteReply

Properties

execution_count: number
payload?: JSONObject[]

A list of payload objects. Payloads are considered deprecated. The only requirement of each payload object is that it have a 'source' key, which is a string classifying the payload (e.g. 'page').

status: "ok"
user_expressions: JSONObject

Results for the user_expressions.

Generated using TypeDoc