Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModel

The kernel model provided by the server.

Notes

See the Jupyter Notebook API.

Hierarchy

  • IModel

Index

Properties

Optional Readonly connections

connections: number

The number of active connections to the kernel.

Optional Readonly execution_state

execution_state: string

The kernel execution state.

Readonly id

id: string

Unique identifier of the kernel on the server.

Optional Readonly last_activity

last_activity: string

The timestamp of the last activity on the kernel.

Readonly name

name: string

The name of the kernel.

Optional Readonly reason

reason: string

The reason the kernel died, if applicable.

Optional Readonly traceback

traceback: string

The traceback for a dead kernel, if applicable.

Generated using TypeDoc