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
/
InMemoryResult
In
Memory
Result
data
class
InMemoryResult
(
val
mimeType
:
String
,
val
result
:
Any
?
)
Wrapper for in-memory results that also tracks its corresponding mime-type.
Members
Constructors
In
Memory
Result
Link copied to clipboard
constructor
(
mimeType
:
String
,
result
:
Any
?
)
Properties
mime
Type
Link copied to clipboard
val
mimeType
:
String
result
Link copied to clipboard
val
result
:
Any
?