caltechlibrary / caltechdata_api

Python library for using the CaltechDATA API
Other
10 stars 2 forks source link

Progress bar on download_file function doesn't seem to work on jupyter lab notebook #7

Closed Munfred closed 3 years ago

Munfred commented 3 years ago

The progress bar in the download_file function doesn't seem to work on jupyter lab notebook for me. See the screenshot below, it always showed 0% but the file was actually downloaded.

image

tmorrell commented 3 years ago

Thanks for the report! I've switched out the progressbar approach, and v0.1.9 should work correctly in jupyter lab.