ploomber / ploomber-engine

A toolbox 🧰 for Jupyter notebooks 📙: testing, experiment tracking, debugging, profiling, and more!
https://engine.ploomber.io
BSD 3-Clause "New" or "Revised" License
59 stars 14 forks source link

add save_profiling_data option #55

Closed avivajpeyi closed 1 year ago

avivajpeyi commented 1 year ago

Describe your changes

Add an option to save profiling data (as a CSV) after notebook execution. Requires profile_memory and/or profile_runtime to be enabled.

Issue ticket number and link

Closes #52

Checklist before requesting a review


:books: Documentation preview :books:: https://ploomber-engine--55.org.readthedocs.build/en/55/

edublancas commented 1 year ago

alright so almost all check passed, except the docs building. this is probably due to some external cause. I've fixed this in the main branch already, please rebase from main so you get the fix and push again

edublancas commented 1 year ago

this needs a rebase since I merged the new cwd parameter

edublancas commented 1 year ago

wohoo 🎉 I'll make a release as soon as the CI in the main branch passes