##// END OF EJS Templates
mention payloads for non-Python kernels...
MinRK -
Show More
@@ -450,6 +450,10 b" When status is 'ok', the following extra fields are present::"
450 ip.payload_manager.write_payload(payload_dict)
450 ip.payload_manager.write_payload(payload_dict)
451
451
452 which appends a dictionary to the list of payloads.
452 which appends a dictionary to the list of payloads.
453
454 The payload API is not yet stabilized,
455 and should probably not be supported by non-Python kernels at this time.
456 In such cases, the payload list should always be empty.
453
457
454
458
455 When status is 'error', the following extra fields are present::
459 When status is 'error', the following extra fields are present::
General Comments 0
You need to be logged in to leave comments. Login now