Jupyter
GitHub
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
services
KernelMessage
IHistoryReply
Interface IHistoryReply
A
'history_reply'
message content.
See
Messaging in Jupyter
.
See
KernelMessage.IHistoryRequestMsg
Kernel.IKernelConnection.requestHistory
interface
IHistoryReply
{
history
:
|
[
number
,
number
,
string
]
[]
|
[
number
,
number
,
[
string
,
string
]
]
[]
;
status
:
"ok"
;
}
Hierarchy (
View Summary
)
IReplyOkContent
IHistoryReply
Index
Properties
history
status
Properties
history
history
:
[
number
,
number
,
string
]
[]
|
[
number
,
number
,
[
string
,
string
]
]
[]
status
status
:
"ok"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
history
status
Jupyter
GitHub
@jupyterlab
Loading...
A
'history_reply'message content.See Messaging in Jupyter.
See