jupyter-xeus / xeus-robot

Jupyter kernel for Robot Framework
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Improve error handling #78

Closed martinRenou closed 3 years ago

martinRenou commented 3 years ago

This PR works against current roboframework-interpreter's master branch.

It will stop the kernel on library import errors:

error

It will stop the kernel on tasks failure but still show the logs widget:

error

It will of course run properly if there are no errors:

run

@osrjv what do you think?