Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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
- Created: 2022-09-08T19:26:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T15:20:20.000Z (about 1 year ago)
- Last Synced: 2024-05-04T00:24:50.919Z (9 months ago)
- Topics: binder, ibis, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 58.6 KB
- Stars: 37
- Watchers: 7
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ibis Example Notebooks
[![Build and Test](https://github.com/ibis-project/ibis-examples/actions/workflows/ci.yml/badge.svg)](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.