Option to include console output (stdout/stderr) in app mode when "show code" is enabled #4646
liquidcarbon
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
We already support this with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Though this is available, it requires additional coding and figuring out where to place it.
When the app errors out, you do get to see some messages, though they tend to be not helpful:
If you run the app through gunicorn and capture logs, you can find what happened, but this takes a fair amount of digging and filtering out normal Marimo messages:
Having this in the app would be really helpful for troubleshooting - unfold the code and see the logs and complete error messages appear and change in response to interacting with UI elements.
Beta Was this translation helpful? Give feedback.
All reactions