Module: core.payload
Payload system for IPython.
Authors:
Fernando Perez
Brian Granger
1 Class
- class IPython.core.payload.PayloadManager(*args: t.Any, **kwargs: t.Any)
Bases:
Configurable- write_payload(data, single=True)
Include or update the specified
datapayload in the PayloadManager.If a previous payload with the same source exists and
singleis True, it will be overwritten with the new one.