-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only one output rendered #778
Comments
Thanks for reporting this @sglyon this binder example works as expected: also I note that if I hit Run multiple times on the |
Hey @stevejpurves the note about being specific to jupyter-lite sounds right to me The trouble is that this is the backend I'm using in my project! Do you have any suggestions for how we can track down this error. I'm happy to investigate more, but would be forced to inefficiently wander around the thebe/pyodide/jupyterlite/jupyterlab codebases to hunt it down |
This is affecting me, too, and it is quite annoying. It occasionally helps to do a |
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
and click run
When I do this, I get the following:
NOTE
If I click
run
many times, occasionally I will see all 3 outputs, but often it is just oneThe text was updated successfully, but these errors were encountered: