##// END OF EJS Templates
mention payload source key in execute_result
MinRK -
Show More
@@ -430,7 +430,9 b" When status is 'ok', the following extra fields are present::"
430 # Each execution payload is a dict with string keys that may have been
430 # Each execution payload is a dict with string keys that may have been
431 # produced by the code being executed. It is retrieved by the kernel at
431 # produced by the code being executed. It is retrieved by the kernel at
432 # the end of the execution and sent back to the front end, which can take
432 # the end of the execution and sent back to the front end, which can take
433 # action on it as needed. See main text for further details.
433 # action on it as needed.
434 # The only requirement of each payload dict is that it have a 'source' key,
435 # which is a string classifying the payload (e.g. 'pager').
434 'payload' : list(dict),
436 'payload' : list(dict),
435
437
436 # Results for the user_variables and user_expressions.
438 # Results for the user_variables and user_expressions.
General Comments 0
You need to be logged in to leave comments. Login now