KernelSpec

The specification of a Jupyter kernel.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name of the kernel.

Link copied to clipboard
val name: String?

The name of the Jupyter kernel in the image. This value is case sensitive.

Functions

Link copied to clipboard
inline fun copy(block: KernelSpec.Builder.() -> Unit = {}): KernelSpec
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String