What is Ploomber?¶
Ploomber is a framework to build collaborative and modular pipelines; it integrates with Jupyter but you can use it with any other editor.
Ploomber eliminates the notebook refactoring problem: data teams prototype their work in Jupyter notebooks and then refactor the code for deployment. Such refactoring process comes with a high risk, since it steeply increases the chance of breaking the analysis when moving the code around, and slows down progress.
With Ploomber, you can develop maintainable, collaborative, and production-ready pipelines from day one.

Tell me more¶
Watch this 6-minute video to see how the experience looks like.
Read about common use cases.
Check out the Videos section to watch some of our presentations.
Read our guest blog post in the official Jupyter blog to learn more about our mission.
I have questions¶
Send us an email (contact@ploomber.io).
Open an issue on GitHub.
I’m ready to start building!¶
Head over to our first tutorial for a short walkthrough to run your first Ploomber pipeline.
Check out our Downloading templates guide to run some pre-configured examples.