Why is the result of rich.print
output to the terminal instead of rendering it to the web page?
#88
Unanswered
Xiaokang2022
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's because we only patch the built-in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The above is what I did in the Markdown document, but when I actually run it, the result of
rich.print
will be output in the terminal, and the web page will not render anything. (This is not the case withprint
)Am I doing something wrong? Hope someone can help me. If any additional information is needed, please point it out.
Beta Was this translation helpful? Give feedback.
All reactions