toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.notebook
/
DisplayResultWrapper
Display
Result
Wrapper
class
DisplayResultWrapper
:
DisplayResult
,
MutableDisplayResultWithCell
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
cell
Link copied to clipboard
open
override
val
cell
:
MutableCodeCell
display
Link copied to clipboard
val
display
:
DisplayResult
id
Link copied to clipboard
open
override
val
id
:
String
?
Functions
render
Link copied to clipboard
open
override
fun
render
(
notebook
:
Notebook
)
:
DisplayResult
to
Json
Link copied to clipboard
open
override
fun
toJson
(
additionalMetadata
:
JsonObject
)
:
JsonObject
open
override
fun
toJson
(
additionalMetadata
:
JsonObject
,
overrideId
:
String
?
)
:
JsonObject