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

    Options for creating a local kernel service manager.

    interface LocalServiceManagerOptions {
        kernelId: string;
        kernelName: string;
        type: "local";
        url: string;
    }
    Index

    Properties

    kernelId: string

    Unique identifier for the kernel instance

    kernelName: string

    Name of the kernel specification (e.g., 'python3')

    type: "local"

    Service manager type discriminator

    url: string

    Base URL for the kernel connection