kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
RawMessage
Raw
Message
interface
RawMessage
Raw Jupyter message.
Members
Members & Extensions
Properties
content
Link copied to clipboard
abstract
val
content
:
JsonElement
header
Link copied to clipboard
abstract
val
header
:
JsonObject
id
Link copied to clipboard
abstract
val
id
:
List
<
ByteArray
>
metadata
Link copied to clipboard
abstract
val
metadata
:
JsonObject
?
parent
Header
Link copied to clipboard
abstract
val
parentHeader
:
JsonObject
?
session
Id
Link copied to clipboard
val
RawMessage
.
sessionId
:
String
?
type
Link copied to clipboard
val
RawMessage
.
type
:
String
?
username
Link copied to clipboard
val
RawMessage
.
username
:
String
?