Replies: 2 comments
|
The If you need to recofigure other Console instances it would depend on how you access it. You could use the |
0 replies
|
@ssbarnea Out of interest, what parameter do you want to reconfigure? I'm contemplating adding a Also, bear in mind you can modify many parameters of Console after it has been constructed. If its not private is probably safe to modify. |
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.
I seen that you have a
rich.reconfigure()method that I used successfully to update the main (stdout) console but apparently this does not work for my second stderr console.What would be the optimal way to reconfigure both of them?
All reactions