GitHubJupyter
  • Preparing search index...
  • The search index is not available
@jupyterlab
  • @jupyterlab
  • services
  • KernelAPI
  • interruptKernel

Function interruptKernel

  • interruptKernel(
        id: string,
        settings?: ServerConnection.ISettings,
    ): Promise<void>
  • Interrupt a kernel.

    Notes

    Uses the Jupyter Server API and validates the response model.

    The promise is fulfilled on a valid response and rejected otherwise.

    Parameters

    • id: string
    • settings: ServerConnection.ISettings = ...

    Returns Promise<void>

    • Defined in packages/services/src/kernel/restapi.ts:157

Settings

Member Visibility

On This Page

Notes
GitHubJupyter
@jupyterlab
  • Loading...

Generated using TypeDoc