Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: terminal.console.zmqhistory
¶
ZMQ Kernel History accessor and manager.
1 Class¶
-
class
IPython.terminal.console.zmqhistory.
ZMQHistoryManager
(client)¶ Bases:
IPython.core.history.HistoryAccessorBase
History accessor and manager for ZMQ-based kernels
-
__init__
(client)¶ Class to load the command-line history from a ZMQ-based kernel, and access the history.
Parameters: client: `IPython.kernel.KernelClient`
The kernel client in order to request the history.
-
end_session
()¶ Nothing to do for ZMQ-based histories.
-
reset
(new_session=True)¶ Nothing to do for ZMQ-based histories.
-