Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKernelPreference

A kernel preference.

Hierarchy

  • IKernelPreference

Index

Properties

Optional autoStartDefault

autoStartDefault: boolean

Whether to auto-start the default kernel if no matching kernel is found.

Optional canStart

canStart: boolean

Whether a kernel can be started.

Optional id

id: string

The id of an existing kernel.

Optional language

language: string

The preferred kernel language.

Optional name

name: string

The name of the kernel.

Optional shouldStart

shouldStart: boolean

Whether to prefer starting a kernel.

Optional shutdownOnClose

shutdownOnClose: boolean

Whether a kernel needs to be close with the associated session

Generated using TypeDoc