Interface KernelSpec.Builder

    • Method Detail

      • name

        KernelSpec.Builder name​(String name)

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

        Parameters:
        name - The name of the Jupyter kernel in the image. This value is case sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        KernelSpec.Builder displayName​(String displayName)

        The display name of the kernel.

        Parameters:
        displayName - The display name of the kernel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.