Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Function createLocalKernelServiceManager

    • Create a minimal ServiceManager for local kernels. This service manager returns LocalKernelConnection when sessions are created, Bypassing the standard Jupyter server HTTP/WebSocket flow.

      Parameters

      • kernelId: string

        Unique identifier for the local kernel.

      • kernelName: string

        Display name of the kernel spec.

      • url: string

        Base URL for kernel connection endpoints.

      Returns IManager

      ServiceManager configured for local kernel communication.