Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModel

The session model used by the server.

Notes

See the Jupyter Notebook API.

Hierarchy

  • JSONObject
    • IModel

Indexable

[key: string]: JSONValue

The session model used by the server.

Notes

See the Jupyter Notebook API.

Index

Properties

Properties

id

id: string

The unique identifier for the session client.

kernel

kernel: IModel

name

name: string

path

path: string

type

type: string

Generated using TypeDoc