Examples¶
There are a few examples bundled with bonobo.
You’ll find them under the bonobo.examples
package, and you can run them directly as modules:
$ bonobo run -m bonobo.examples.module
or
$ python -m bonobo.examples.module
Datasets¶
The bonobo.examples.datasets
package contains examples that generates datasets locally for other examples to
use. As of today, we commit the content of those datasets to git, even if that may be a bad idea, so all the examples
are easily runnable. Later, we’ll see if we favor a “missing dependency exception” approach.