gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

Prevent error to stop execution #211

Closed DiogoFerrari closed 5 years ago

DiogoFerrari commented 5 years ago

I couldn't figure out how to print the error message. I want to include errors for pedagogical purposes, but if there is an error, it stops the execution and I can't export the .org file to pdf. I would like to print the error message instead of stopping the execution. Is there a way to do that?