Skip to content

JupyterHub_Help: Enhance data download process with progress bar#144

Merged
jgieseler merged 1 commit into
soler-he:mainfrom
jgieseler:main
Jun 26, 2026
Merged

JupyterHub_Help: Enhance data download process with progress bar#144
jgieseler merged 1 commit into
soler-he:mainfrom
jgieseler:main

Conversation

@jgieseler

Copy link
Copy Markdown
Member

This pull request updates the data download process in the JupyterHub_Help.ipynb notebook to provide better user feedback and handle large downloads more efficiently. The main change is the introduction of a progress bar during the download of the zip file from GitHub.

Enhancements to data download process:

  • Added the tqdm.notebook progress bar to visually indicate download progress, improving user experience when downloading large files.
  • Modified the download logic to read the file in 1 MB chunks and update the progress bar accordingly, rather than reading the entire file at once.

@jgieseler jgieseler merged commit 807008d into soler-he:main Jun 26, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant