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

    Kernel connection information returned from native pickers

    interface NativeKernelInfo {
        displayName: string;
        environment?: Environment;
        id: string;
        kernelSpec?: {
            argv?: string[];
            display_name: string;
            language: string;
            metadata?: Record<string, unknown>;
            name: string;
        };
        pythonPath?: string;
        serverUrl?: string;
        token?: string;
        type: "python-environment"
        | "jupyter-server";
    }
    Index

    Properties

    displayName: string
    environment?: Environment
    id: string
    kernelSpec?: {
        argv?: string[];
        display_name: string;
        language: string;
        metadata?: Record<string, unknown>;
        name: string;
    }
    pythonPath?: string
    serverUrl?: string
    token?: string
    type: "python-environment" | "jupyter-server"