cubed
cubed copied to clipboard
Add a progress bar context manager
It would be nice to be able to do the following (like Dask):
with ProgressBar():
res = a.compute()
(Related to #538)