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

clean notebook before execution #59

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

when copying the notebook for execution, we should clean it up and remove all the outputs and cell indexes

mehtamohit013 commented 1 year ago

By cell indexes, do you mean execution_count in jupyter cell?

edublancas commented 1 year ago

Yes