Function getKernelModel

  • Get a full kernel model from the server by kernel id string.

    Notes

    Uses the Jupyter Server API and validates the response model.

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

    Parameters

    Returns Promise<Kernel.IModel | undefined>

Generated using TypeDoc