Jupyter
GitHub
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
services
KernelMessage
IInspectReply
Interface IInspectReply
A
'inspect_reply'
message content.
See
Messaging in Jupyter
.
See
KernelMessage.IInspectRequestMsg
Kernel.IKernelConnection.requestInspect
interface
IInspectReply
{
data
:
JSONObject
;
found
:
boolean
;
metadata
:
JSONObject
;
status
:
"ok"
;
}
Hierarchy (
View Summary
)
IReplyOkContent
IInspectReply
Index
Properties
data
found
metadata
status
Properties
data
data
:
JSONObject
found
found
:
boolean
metadata
metadata
:
JSONObject
status
status
:
"ok"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
found
metadata
status
Jupyter
GitHub
@jupyterlab
Loading...
A
'inspect_reply'message content.See Messaging in Jupyter.
See