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.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.