DuckDB Kernel — Result Viewer & Database ExplorerInteractive result viewer and database explorer for DuckDB Kernel in VS Code notebooks. FeaturesPerspective ViewerQuery results are rendered as interactive tables powered by Perspective with Arrow IPC streaming — sort, filter, pivot, and chart millions of rows directly in the notebook output.
Database ExplorerA sidebar panel (activity bar) for browsing database objects with lazy loading:
Detail PanelsClick the info icon on any table, view, database, extension, or function to open a detail panel with full metadata. Tables include Describe and Summarize tabs.
One-Click Kernel InstallInstall or update the DuckDB kernel binary directly from VS Code — no terminal needed. Use the download button in the Session panel or run DuckDB: Install / Update DuckDB Kernel from the Command Palette. Downloads the latest release from GitHub, configures the Jupyter kernel spec, and installs the Perspective viewer static files automatically. Multi-Kernel SupportEach notebook connects to its own DuckDB kernel instance. The explorer automatically switches context when you switch between notebook tabs. Requirements
Getting Started
Extension SettingsThis extension does not add any VS Code settings. It automatically discovers the kernel's HTTP endpoint from notebook cell outputs. LicenseMIT |


