You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
"As a ML Engineer, I would like to know why my Jupyter notebook stage has failed, so that I can fix the issue."
Tasks
Investigate what exceptions nbconvert.preprocessors.ExecutePreprocessor().preprocess throws when a notebook raises an exception.
Within bodywork.stage_execution.run_stage ensure that these exceptions are handled individually and that the resulting error message to the user is informative.
Consider executing the notebook via the CLI, if this makes managing the notebook execution easier.
The text was updated successfully, but these errors were encountered:
"As a ML Engineer, I would like to know why my Jupyter notebook stage has failed, so that I can fix the issue."
Tasks
nbconvert.preprocessors.ExecutePreprocessor().preprocess
throws when a notebook raises an exception.bodywork.stage_execution.run_stage
ensure that these exceptions are handled individually and that the resulting error message to the user is informative.The text was updated successfully, but these errors were encountered: