toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.startup
/
KernelArgs
Kernel
Args
data
class
KernelArgs
(
val
cfgFile
:
File
,
val
scriptClasspath
:
List
<
File
>
,
val
homeDir
:
File
?
,
val
debugPort
:
Int
?
,
val
clientType
:
String
?
,
val
jvmTargetForSnippets
:
String
?
)
Members
Members & Extensions
Constructors
Kernel
Args
Link copied to clipboard
constructor
(
cfgFile
:
File
,
scriptClasspath
:
List
<
File
>
,
homeDir
:
File
?
,
debugPort
:
Int
?
,
clientType
:
String
?
,
jvmTargetForSnippets
:
String
?
)
Properties
cfg
File
Link copied to clipboard
val
cfgFile
:
File
client
Type
Link copied to clipboard
val
clientType
:
String
?
debug
Port
Link copied to clipboard
val
debugPort
:
Int
?
home
Dir
Link copied to clipboard
val
homeDir
:
File
?
jvm
Target
For
Snippets
Link copied to clipboard
val
jvmTargetForSnippets
:
String
?
script
Classpath
Link copied to clipboard
val
scriptClasspath
:
List
<
File
>
Functions
args
List
Link copied to clipboard
fun
argsList
(
)
:
List
<
String
>
get
Config
Link copied to clipboard
fun
KernelArgs
.
getConfig
(
)
:
KernelConfig
parse
Params
Link copied to clipboard
fun
parseParams
(
)
:
KernelJupyterParams