KotlinJupyterKernelService
constructor(kernelPorts: KernelPorts, scriptClasspath: List<File> = emptyList(), homeDir: File? = null, clientType: String? = null)
Parameters
kernelPorts
The mapping of Jupyter socket types to the corresponding port numbers.
scriptClasspath
A list of files that represent the initial classpath for REPL snippets.
homeDir
The directory where libraries descriptors and caches are stored. It can be null.
clientType
Client type name, see JupyterClientType