Skip to content
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

tqdm.dask.TqdmCallback fails without ipywidgets in jupyter notebook #1217

Closed
5 of 6 tasks
thomasaarholt opened this issue Jul 31, 2021 · 1 comment · Fixed by #1302
Closed
5 of 6 tasks

tqdm.dask.TqdmCallback fails without ipywidgets in jupyter notebook #1217

thomasaarholt opened this issue Jul 31, 2021 · 1 comment · Fixed by #1302
Assignees
Labels
c1-quick 🕐 Complexity low p0-bug-critical ☢ Exception rasing question/docs ‽ Documentation clarification candidate submodule-notebook 📓 Much web such IDE
Projects

Comments

@thomasaarholt
Copy link

thomasaarholt commented Jul 31, 2021

  • I have marked all applicable categories:
    • exception-raising bug
    • visual output bug
  • I have visited the source website, and in particular
    read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:
    4.62.0 3.9.6 | packaged by conda-forge | (default, Jul 11 2021, 03:35:11)
    [Clang 11.1.0 ] darwin

Without ipywidgets, the dask tqdm callback will raise an error when used in the jupyter notebook:

import dask.array as da
from tqdm.dask import TqdmCallback

with TqdmCallback():
    da.random.random((5,5)).compute()
#raises ImportError: IProgress not found. Please update jupyter and ipywidgets.
# During handling of the above exception, another exception occurred:
...

This is basically the same as #1082.

@thomasaarholt
Copy link
Author

Fixed in #1218.

@casperdcl casperdcl self-assigned this Feb 27, 2022
@casperdcl casperdcl added c1-quick 🕐 Complexity low p0-bug-critical ☢ Exception rasing question/docs ‽ Documentation clarification candidate submodule-notebook 📓 Much web such IDE labels Feb 27, 2022
@casperdcl casperdcl added this to Next Release in Casper Feb 27, 2022
casperdcl added a commit that referenced this issue Feb 27, 2022
casperdcl added a commit that referenced this issue Feb 27, 2022
Casper automation moved this from Next Release to Done Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c1-quick 🕐 Complexity low p0-bug-critical ☢ Exception rasing question/docs ‽ Documentation clarification candidate submodule-notebook 📓 Much web such IDE
Projects
Casper
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants