Skip to content

ibis-project/ibis-tutorial

Repository files navigation

Ibis Tutorial PyCon 2024

Previous iterations of this tutorial have been given at:

EuroSciPy 2023 (youtube recording)
PyData NYC 2023 (youtube recording)

Join our Zulip!

The Ibis team uses Zulip to answer questions and chat! You can join using this invitation link:

https://ibis-project.zulipchat.com/join/v3w6emt6vw6jmzoyepanbcdk/

Codespace Setup

This tutorial is designed to be run via GitHub codespaces.

First, create a codespace in the repository:

Then, click back to the repo tab, and then select Open in JupyterLab

Local Setup

You can also run the tutorial locally! To do so, you'll want to create a virtual environment and then install the tutorial dependencies using one of the tools below:

Install dependencies

We recommend using pixi, or conda / mamba, but pip works, too!

pixi

The first time you run this it should download all the required dependencies.

pixi shell

conda / mamba

mamba env create -f environment.yml

pip

python -m pip install -r requirements.txt

Clone this repository

git clone https://github.com/ibis-project/ibis-tutorial.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •