How do we ensure our rendered panels are always at the top of the terminal? #3715
Unanswered
michealroberts
asked this question in
Q&A
Replies: 1 comment
-
This is the expected behavior. The Live output will be anchored to the bottom. It isn't actually possible for it to be elsewhere. If you don't like the output from the third party library, you could capture stdout. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I maybe have a strange edge case where a third party library I have no control over, prints a log line on every request.
Yet, the logs do not render below my panels, instead they log above them:
I'm using a live panel that gets updated in a poll process, so perhaps it is my implementation ... but I'm wondering if this is a quirk of rich before I go down a rabbit hole of trying to fix my implementation ...
Happy to share my code if that helps, but I have tried a number of different implementations and external third party logs always go above the rich panels ...
Beta Was this translation helpful? Give feedback.
All reactions