gap-packages / JupyterKernel

Native Jupyter kernel for GAP
https://gap-packages.github.io/JupyterKernel/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Error messages #8

Closed markuspf closed 7 years ago

markuspf commented 7 years ago

Make sure that error messages are sent back to the Jupyter interface, probably by capturing Error.

markuspf commented 7 years ago

For Error this works now. Syntax Errors are not handled yet, which is due to the fact that syntax errors are handled by GAP's scanner (as opposed to the interpreter).