The goal of this projet is to easily schedule pipelines of Jupyter notebooks using Dagster (and Dagstermill).
An example with a more complex dag
You can call the "create_definitions" function of dagyter.py with the toml file as argument :
defs = create_definitions("/workspace/pipelines_and_scheduling.toml")
You can find a full docker example in the "example" directory.