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

    WebSocket-based kernel client for Jupyter protocol communication. Handles connection, execution, and message processing for native notebooks.

    Index

    Constructors

    Properties

    _connected: boolean = false
    _connecting: boolean = false
    _kernelId: string
    _pendingRequests: Map<
        string,
        {
            outputs: ExecutionOutput[];
            reject: (error: Error) => void;
            resolve: (result: ExecutionResult) => void;
        },
    > = ...
    _runtime: RuntimeJSON
    _sessionId: string
    _ws: WebSocket

    Methods