Redirect STDOUT (print statements etc) to text box #3919
-
Is it possible to redirect all my print statements and stdout into a ScrollableContainer and have it automatically update with the Reactive class? |
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Dec 22, 2023
Replies: 1 comment 1 reply
-
You could use the If you search the discussions you'll find some examples of this, e.g. #3505 (reply in thread). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use the
Log
widget with thebegin_capture_print
method.If you search the discussions you'll find some examples of this, e.g. #3505 (reply in thread).