KernelJupyterParams

data class KernelJupyterParams(val signatureScheme: String, val signatureKey: String, val host: String, val ports: KernelPorts, val transport: String?)

Constructors

Link copied to clipboard
constructor(signatureScheme: String, signatureKey: String, host: String, ports: KernelPorts, transport: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hmac: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions