Datalayer VS Code Extension - v0.0.17
    Preparing search index...
    • Create a new RawSocket kernel connection using @jupyterlab/services. This function mimics what vscode-jupyter does in newRawKernel().

      Parameters

      • connection: IKernelConnection

        Kernel connection configuration from connection file.

      • clientId: string

        Unique client identifier for the kernel session.

      • username: string

        Username for kernel message headers.

      Returns { realKernel: unknown }

      Object containing the JupyterLab kernel connection.