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

Progress bar can exceed Jupyter's data rate limit #230

Closed
helena-intel opened this issue Sep 3, 2021 · 1 comment
Closed

Progress bar can exceed Jupyter's data rate limit #230

helena-intel opened this issue Sep 3, 2021 · 1 comment

Comments

@helena-intel
Copy link
Contributor

When downloading a large file with download_file (from notebook_utils), depending on system and download speed, Jupyter may show errors about the data rate limit being exceeded. This fails the notebook in the CI, and is also visible in the notebook when running manually.

Setting the progress bar to only display every N blocks helps - I do not see the issue anymore on Linux and Windows when the progress bar is updated every 20 blocks - but on macOS even with every 50 blocks I still saw the issue. We should make the progress bar more robust.

image

When this is fixed, the progress bar should be added back to the 105 notebook.

@helena-intel
Copy link
Contributor Author

Fixed in #261

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

1 participant