-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExecutePreprocessor: stop at error but save notebook (and stack trace) #626
Comments
Yep, we should include the traceback in the error message as well. |
Hi there, I'm running into a similar problem. When executing notebook in a Jenkins pipeline, it would be great @matthias-k second suggestion would be possible. Then I could execute the notebook via Jenkins and in case of a failure for example attach the HTML output showing the notebook execution up to the error as an attachment to an email. Based on my tests it seems that with Many thanks for your help (and of course |
Save the notebook even if an error occurs.
Save the notebook even if an error occurs.
👍 for Kaggle. What's the status for this. Will the |
@berleon have you tried to get your fix merged we would be very interested in this feature as well |
Hi,
I am trying to use
nbconvert
to run notebooks from the commandline. I would like to stop if cell execution fails anywhere (as it is the default), but in this case I see only the raw exception at the command line. Since the notebook is not saved in this case, I have no access to the full stack trace of the exception.is it possible to either
allow_errors
, in which case all cells are executedThankyou for your help!
The text was updated successfully, but these errors were encountered: