Skip to content

Only one output rendered #778

@sglyon

Description

@sglyon

If I run a code cell that has multiple outputs, only the first one is rendered in the output area.

To reproduce go to the thebe demo, activate the kernel, and replace the contents of the code cell with something like

print("Hello")
print("world")
print(1234)

and click run

When I do this, I get the following:

Image

NOTE

If I click run many times, occasionally I will see all 3 outputs, but often it is just one

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions