Jupyter
GitHub
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
services
KernelMessage
IHistoryRequestTail
Interface IHistoryRequestTail
The content of a
'history_request'
tail message.
See
Messaging in Jupyter
.
See
IHistoryReply
Kernel.IKernelConnection.requestHistory
interface
IHistoryRequestTail
{
hist_access_type
:
"tail"
;
n
:
number
;
output
:
boolean
;
raw
:
boolean
;
}
Index
Properties
hist_
access_
type
n
output
raw
Properties
hist_
access_
type
hist_access_type
:
"tail"
n
n
:
number
output
output
:
boolean
raw
raw
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hist_
access_
type
n
output
raw
Jupyter
GitHub
@jupyterlab
Loading...
The content of a
'history_request'tail message.See Messaging in Jupyter.
See