# Tool for Notebook Workflows?

**URL:** https://discourse.jupyter.org/t/tool-for-notebook-workflows/3764
**Category:** JupyterLab
**Created:** [March 26, 2020, 5:17pm UTC](https://discourse.jupyter.org/t/tool-for-notebook-workflows/3764 "2020-03-26T17:17:19Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![edublancas](https://avatars.discourse-cdn.com/v4/letter/e/ebca7d/32.png) [@edublancas](https://discourse.jupyter.org/u/edublancas)
#### Post date: [December 30, 2020, 10:40pm UTC](https://discourse.jupyter.org/t/tool-for-notebook-workflows/3764/10 "2020-12-30T22:40:03Z")

</div>

Ploomber (disclaimer: I’m the author) is a good option for this. It allows you to create notebook-based pipelines (scripts and functions can be used as well). It requires minimal “pipeline code”, just list your notebooks in a YAML file, for full flexibility there is a Python API available. Exporting pipelines to Airflow and Kubernetes (via Argo workflows) is supported.

[Github repository](https://github.com/ploomber/ploomber).

Feel free to reach out directly if there are any questions! [Twitter: edublancas](https://twitter.com/edublancas)

---

_[View the full topic](https://discourse.jupyter.org/t/tool-for-notebook-workflows/3764)._
