Remove spinner from html #3733
Unanswered
VaasuDevanS
asked this question in
Ideas
Replies: 0 comments
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 am currently creating a console instance using
console = Console(width=100, record=True, log_path=False)
and writing the result to a .html file usingconsole.save_html()
I also use
console.status('Text', spinner='earth')
; spinner information at different frames are also being written to the html file. As a workaround I create two Console() objects, one to keep track of all the information I need to log and print and other one just for the spinner.Is there a better way? Does adding something like
record=False
toconsole.status
,console.print
etc., a worthy feature request?Beta Was this translation helpful? Give feedback.
All reactions