KernelSpecAPIClient | @jupyterlab (original) (raw)
Implements
Index
Constructors
constructor
- new KernelSpecAPIClient(
options?: { serverSettings?: ServerConnection.ISettings },
): KernelSpecAPIClient - Create a new Kernel Spec API client.
Parameters
- options: { serverSettings?: ServerConnection.ISettings } = {}
The options used to create the client.
Returns KernelSpecAPIClient
Properties
Readonly
serverSettings
The server settings for the client.
Methods
get
- get(): Promise<KernelSpec.ISpecModels>
- Fetch all of the kernel specs.
Returns Promise<KernelSpec.ISpecModels>
A promise that resolves with the kernel specs.
Notes
Uses the Jupyter Server API.