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

Notebook progress bar not shown using tqdm=4.66.1, notebook=7.0.7, ipywidgets=8.1.1 #1547

Open
5 of 6 tasks
david-zwicker opened this issue Feb 5, 2024 · 1 comment
Open
5 of 6 tasks

Comments

@david-zwicker
Copy link

  • 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:

Code that should show a nice progress bar:

from tqdm.notebook import tqdm
from time import sleep

for _ in tqdm(range(10)):
    sleep(0.2)

but nothing shows up. I get an ASCII progress bar when I use from tqdm import tqdm instead.

Package versions are tqdm=4.66.1, notebook=7.0.7, ipywidgets=8.1.1, and

import tqdm, sys
print(tqdm.__version__, sys.version, sys.platform)
≫≫ 4.66.1 3.12.0 | packaged by conda-forge | (main, Oct  3 2023, 08:43:38) [Clang 15.0.7 ] darwin
@sethrj
Copy link

sethrj commented Mar 3, 2024

I'm using conda-24.1.2 and tqdm-4.65.0; with ipywidgets-8.1.2, jupyterlab_widgets-3.0.10, and jupyterlab-4.0.11 I have the same issue as above.

4.65.0 3.12.2 | packaged by Anaconda, Inc. | (main, Feb 27 2024, 12:57:28) [Clang 14.0.6 ] darwin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants