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