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

    Pyodide kernel client for native VS Code notebooks. Uses Pyodide npm package for Node.js environment. Implements sequential execution queue matching Jupyter semantics.

    Index

    Constructors

    Accessors

    Methods

    • Executes Python code in a notebook cell. Queues execution for sequential processing matching Jupyter semantics.

      Parameters

      • code: string

        Python code string to execute in the Pyodide runtime.

      • execution: NotebookCellExecution

        VS Code notebook cell execution context for output routing.

      Returns Promise<void>

      If Python code execution fails or kernel is not initialized.

    • Initializes the Pyodide kernel by loading the runtime. Uses bundled Pyodide from npm package. Pre-downloads packages from VS Code configuration. Must be called before executing any code.

      Returns Promise<void>

      If Pyodide runtime loading or package installation fails.