Replies: 1 comment
-
Of course. e.g.
See the reference for console.print in the docs. |
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.
-
I really like rich, but have a question about whether I should be using console, or just print.
The Tables example in readme.md demonstrates the use of
console.print()
, but it seems unnecessary when rich.print() will return the same output.Does console do some things that print can't?
Current example:
This uses rich.print() and appears to show the same output:
Beta Was this translation helpful? Give feedback.
All reactions