toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.startup
/
KernelConfig
/
KernelConfig
Kernel
Config
constructor
(
host
:
String
=
"*"
,
ports
:
KernelPorts
,
transport
:
String
,
signatureScheme
:
String
,
signatureKey
:
String
,
scriptClasspath
:
List
<
File
>
=
emptyList()
,
homeDir
:
File
?
,
debugPort
:
Int
?
=
null
,
clientType
:
String
?
=
null
,
jvmTargetForSnippets
:
String
?
=
null
)