Skip to content
Discussion options

You must be logged in to vote

You can use Live with asyncio, but you would structure it differently. Have a single instance of Live running in a thread. Your tasks can run in another thread and call live.update when there is a new table.

You could also use a Progress class which has support for multiple jobs (you could replace the bars with a spinner).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@rendarz
Comment options

@graingert
Comment options

Answer selected by rendarz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants