• Douglas's avatar
    Jupyter Kernel: added automatic error rendering · 7310ae85
    Douglas authored
    Now the ERP5 Jupyter kernel automatically renders errors that happens in the
    user-side code. Errors are captured during the AST tree creation (to be able to
    detect syntax errors) and at execution time. The current transaction is
    automatically aborted on error detection, thus notebook lines are not added.
    
    TODO: on error detection store somehow what line caused the error and
    information about the error itself.
    7310ae85
extension.erp5.JupyterCompile.xml 4.13 KB