Values_0.KernelSpecSourceThe specification of a Jupyter kernel.
type nonrec t = {name : KernelName.t;The name of the Jupyter kernel in the image. This value is case sensitive.
*)displayName : KernelDisplayName.t option;The display name of the kernel.
*)}