kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.notebook
/
MutableDisplayContainer
Mutable
Display
Container
interface
MutableDisplayContainer
:
DisplayContainer
Inheritors
DisplayContainerImpl
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
display
:
DisplayResultWrapper
)
abstract
fun
add
(
display
:
DisplayResult
,
cell
:
MutableCodeCell
)
get
All
Link copied to clipboard
abstract
override
fun
getAll
(
)
:
List
<
MutableDisplayResultWithCell
>
get
By
Id
Link copied to clipboard
abstract
override
fun
getById
(
id
:
String
?
)
:
List
<
MutableDisplayResultWithCell
>
update
Link copied to clipboard
abstract
fun
update
(
id
:
String
?
,
display
:
DisplayResult
)