/sandbox--duckdb

Primary LanguageJupyter Notebook

Sandbox: DuckDB

Usage

poetry install

Troubleshooting

While installing dependencies with poetry, if debugpy installation fails, you may temporarily disable modern-installation. See microsoft/debugpy#1246

poetry config installer.modern-installation false

References