Skip to content

suyin1203/duckdb_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A duckdb kernel for Jupyter. Using SQL for data analysis in Jupyter with DuckDB. 在Jupyter中使用SQL和duckdb进行数据分析。


Prerequisites

Install JupyterLab and the duckdb packages for Python.

Installation

Install using:

$ pip install duckdb_kernel

or pip install git+https://github.com/suyin1203/duckdb_kernel for the dev version.

To use the kernel, run one of:

To remove from kernel listings:

$ jupyter kernelspec remove duckdb

Development

Install the package locally:

$ pip install -e .

$ python -m duckdb_kernel install

As you make changes, test them in a notebook (restart the kernel between changes).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages