Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISpecModel

Kernel Spec interface.

Notes

See Kernel specs.

Hierarchy

  • PartialJSONObject
    • ISpecModel

Index

Properties

Readonly argv

argv: string[]

A list of command line arguments used to start the kernel.

Readonly display_name

display_name: string

The kernel’s name as it should be displayed in the UI.

Optional Readonly env

env: PartialJSONObject

A dictionary of environment variables to set for the kernel.

Readonly language

language: string

The name of the language of the kernel.

Optional Readonly metadata

metadata: PartialJSONObject

A dictionary of additional attributes about this kernel; used by clients to aid in kernel selection.

Readonly name

name: string

The name of the kernel spec.

Readonly resources

resources: {}

A mapping of resource file name to download path.

Type declaration

Generated using TypeDoc