Function shutdownKernel

  • Shut down a kernel.

    Parameters

    • id: string

      The id of the running kernel.

    • Optional settings: ServerConnection.ISettings

      The server settings for the request.

    Returns Promise<void>

    A promise that resolves when the kernel is shut down.

    Notes

    Uses the Jupyter Server API and validates the response model.

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

Generated using TypeDoc