https://github.com/ibis-project/ibis-examples
A repository of runnable examples using ibis
https://github.com/ibis-project/ibis-examples
binder ibis jupyter-notebook python
Last synced: about 1 year ago
JSON representation
A repository of runnable examples using ibis
- Host: GitHub
- URL: https://github.com/ibis-project/ibis-examples
- Owner: ibis-project
- License: apache-2.0
- Archived: true
- Created: 2022-09-08T19:26:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T12:16:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:40:47.426Z (about 1 year ago)
- Topics: binder, ibis, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 58.6 KB
- Stars: 43
- Watchers: 7
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ibis Example Notebooks
[](https://github.com/ibis-project/ibis-examples/actions/workflows/ci.yml?query=branch%3Amain)
This repository contains runnable example notebooks for
[Ibis](ibis-project.org/). They are intended to be educational and give users
examples of common Ibis workflows.
The easiest way to run the notebooks is in the cloud by clicking the big button
below:
## Contributing
Do you have an interesting example notebook that makes use of `ibis`? Please
consider submitting it to this repository.
Note that examples should adhere to the following guidelines:
- Run top-to-bottom without error/intervention from the user
- Not require external data sources that are likely to disappear over time
- Not be resource intensive. Currently notebook sessions launched in
[mybinder.org](https://mybinder.org) have access to 1-2 GiB of RAM. Your
example must be able to run within these restrictions.
- Be *interesting*, *exemplary* of good `ibis` usage, and of *general
relevance* to `ibis` users.