toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
Comm
/
close
close
abstract
fun
close
(
data
:
JsonObject
=
Json.EMPTY
,
notifyClient
:
Boolean
=
true
)
Closes a comm. Sends comm_close request to frontend if
notifyClient
is
true