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