Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Session

Index

Type aliases

ISessionOptions

ISessionOptions: Pick<IModel, "path" | "type" | "name"> & { kernel?: Partial<Pick<IModel, "name">> }

A session request.

Notes

The path and type session model parameters are required. The name parameter is not technically required, but is often assumed to be nonempty, so we require it too.

See the Jupyter Notebook API.

Generated using TypeDoc