How to live render only a section of the console with Python Rich package #3137
Replies: 1 comment
-
That is correct. That is how Live works. If you want something more dynamic, consider Textual. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In the official example provided in layout.py, the entire layout is being rendered four times every second, but it's only the header that is changing, thus I want to have Live only for the header section, how can I do that.
I tried the following
But even in this case, the main is getting printed before the header itself.
Beta Was this translation helpful? Give feedback.
All reactions