progress ipywidget should handle cancelled futures
Open
help wanted
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
As of now, the `progress` notebook widget seems to treat all cancelled futures in the same way as it reported pending futures:
- the time spent counter goes on indefinitely as if waiting for the cancelled tasks to process,
- the progress bar show white background for remaining tasks (that are all cancelled).
Contributor guide
Assessment
This issue has not been assessed yet.