Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:



Launch on mybinder.org

## 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.