Quickstart¶
pip
¶
pip install ploomber
conda
¶
conda install ploomber -c conda-forge
Learn Ploomber in 2 minutes¶
Download example:
pip install ploomber --upgrade
python -m ploomber.onboard
What’s next?¶
Bring your own code! Check out the tutorial to migrate your code into Ploomber: Refactoring legacy notebooks.
Check the introductory tutorial: Your first Python pipeline.
Run more examples.