-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notebook progress support #34
Comments
Just wanted to say I've been using Rich progress bars recently in another project, which I've found to be easier to work with than tqdm. |
I've been wanting to play with Rich for a while, could be fun. Looks like the dependencies aren't too bad I'd be open to switching to Rich if it gives us an overall nicer experience on the CLI |
It looks nicer too I think. BTW pip uses Rich for its progress bars. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be as simple as
Will need to check how well it works across both.
Should wait until we've abstracted out the "scan" bit to use the standard parallel worker pattern
The text was updated successfully, but these errors were encountered: