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

    Client for local Python kernels using direct ZMQ communication. Works with environments that only have ipykernel installed (no jupyter-server needed).

    Index

    Constructors

    Properties

    _connectionFile: string

    Path to the kernel connection file

    _disposed: boolean = false

    Indicates whether this client has been disposed

    _kernelInfo: NativeKernelInfo

    Kernel information including Python path and kernel spec

    _kernelProcess: ChildProcess

    The spawned kernel process

    _realKernel: IKernelConnection

    The JupyterLab kernel connection instance

    Methods

    • Execute code on the kernel.

      Parameters

      • code: string

        The code to execute

      Returns Promise<void>

      Error if kernel not started

    • Start the local kernel by spawning ipykernel and connecting via ZMQ.

      Returns Promise<void>

      Error if the client has been disposed or if kernel type is jupyter-server