toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.outputs
/
display
display
fun
Notebook
.
display
(
value
:
Any
,
id
:
String
?
=
null
)
Displays the given value in the notebook.
Parameters
value
The value to display.
id
An optional ID for the display.