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.messaging.comms
/
CommHandler
Comm
Handler
interface
CommHandler
Inheritors
DebugPortCommHandler
Members
Properties
target
Id
Link copied to clipboard
abstract
val
targetId
:
String
Functions
on
Receive
Link copied to clipboard
abstract
fun
onReceive
(
comm
:
Comm
,
messageContent
:
JsonObject
,
repl
:
ReplForJupyter
)