- 01: Basic verbs
- 02: Memtables, joins, and selectors
- 03: Exploring PyPI data:
.sql
, integrations, UDFs
We recommend using conda
or mamba
, but pip
works, too!
mamba create -n ibis-tutorial python ibis-duckdb=6.1 python-duckdb=0.8.1 jupyterlab altair plotnine
python -m pip install 'ibis-framework[duckdb]==6.1' duckdb==0.8.1 jupyterlab altair>=5.0.1 plotnine
or
python -m pip install -r requirements.txt
git clone https://github.com/gforsyth/ibis-tutorial.git