thebe icon indicating copy to clipboard operation
thebe copied to clipboard

Only one output rendered

Open sglyon opened this issue 1 year ago • 4 comments

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

sglyon avatar Oct 18 '24 13:10 sglyon