Closed
Description
Hi,
I just noticed with @takluyver that the xeus-cling output's are not prefixed with [Out ??] prompts:
In [1] 1 + 1
(int) 2
instead of
In [1] 1 + 1
Out[1] (int) 2
This suggests that the output messages are not tagged as "execute_result" as one would expect.
Potentially related: we noticed with @gouarin that nbgrader does not pick error messages when grading xeux-cling
notebooks. @takluyver just mentionned that there are two types of error messages which is a regular source of confusion between kernels and frontends. Maybe that's what's happening here, with nbgrader expecting one type, and xeus-cling sending the other.