Skip to content

Distinction between output and result messages #67

Closed
@nthiery

Description

@nthiery

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions