toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
SocketDisplayHandler
Socket
Display
Handler
class
SocketDisplayHandler
(
communicationFacility
:
JupyterCommunicationFacility
,
notebook
:
MutableNotebook
)
:
DisplayHandler
Members
Constructors
Socket
Display
Handler
Link copied to clipboard
constructor
(
communicationFacility
:
JupyterCommunicationFacility
,
notebook
:
MutableNotebook
)
Functions
handle
Display
Link copied to clipboard
open
override
fun
handleDisplay
(
value
:
Any
,
host
:
ExecutionHost
,
id
:
String
?
)
handle
Update
Link copied to clipboard
open
override
fun
handleUpdate
(
value
:
Any
,
host
:
ExecutionHost
,
id
:
String
?
)