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

adding error message when a notebook fails #63

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

in papermill, when a notebook fails execution, a markdown cell is added at the top indicating where the notebook failed. we should add the same here

idomic commented 1 year ago

The Cell that failed is also marked with a red and the output is red as well