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
66 stars 14 forks source link

add cwd to execute_notebook (kwarg exists in papermill) #53

Closed avivajpeyi closed 1 year ago

avivajpeyi commented 1 year ago

cwd allows the user to set the path to execute a notebook. This feature is present as a kwarg in papermill: https://github.com/nteract/papermill/blob/54f6c038cdae0c70d5fb04691fa465e12aeb62cb/papermill/execute.py#L29

edublancas commented 1 year ago

awesome, I see you started working on it! request my review once you want me to take a look. and feel free to ask any questions along the way