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