- Notifications
You must be signed in to change notification settings - Fork15
ibis-project/ibis-tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Previous iterations of this tutorial have been given at:
- PyCon 2024 (YouTube recording)
- PyData NYC 2023 (YouTube recording)
- EuroSciPy 2023 (YouTube recording)
The Ibis team uses Zulip to answer questions and chat! You can join using thisinvitation link:
https://ibis-project.zulipchat.com/join/3pri2odw4bt4764icmphtdv6/
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 selectOpen in JupyterLab
You can also run the tutorial locally! To do so, you'll want to create avirtual environment and then install the tutorial dependencies using one of thetools below:
git clone https://github.com/ibis-project/ibis-tutorial.gitcd ibis-tutorialWe recommend usingpixi, orconda /mamba, butpip works, too!
The first time you run this it should download all the required dependencies.
pixi shell
mamba env create -f environment.yml
python -m pip install -r requirements.txt
About
Ibis tutorial repository
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.

