Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data KernelSpec = KernelSpec' {
- displayName :: Maybe Text
- name :: Text
- newKernelSpec :: Text -> KernelSpec
- kernelSpec_displayName :: Lens' KernelSpec (Maybe Text)
- kernelSpec_name :: Lens' KernelSpec Text
Documentation
data KernelSpec Source #
The specification of a Jupyter kernel.
See: newKernelSpec
smart constructor.
KernelSpec' | |
|
Instances
Create a value of KernelSpec
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:displayName:KernelSpec'
, kernelSpec_displayName
- The display name of the kernel.
$sel:name:KernelSpec'
, kernelSpec_name
- The name of the Jupyter kernel in the image. This value is case
sensitive.
kernelSpec_displayName :: Lens' KernelSpec (Maybe Text) Source #
The display name of the kernel.
kernelSpec_name :: Lens' KernelSpec Text Source #
The name of the Jupyter kernel in the image. This value is case sensitive.