nasa-fornax / fornax-demo-notebooks

Demo notebooks for the Fornax project
https://nasa-fornax.github.io/fornax-demo-notebooks/
BSD 3-Clause "New" or "Revised" License
9 stars 19 forks source link

BUG: `tqdm` progress bar doesn't progress #323

Open troyraen opened 2 months ago

troyraen commented 2 months ago

tqdm doesn't seem to be working anymore. The iterator doesn't progress and the time stays at "00:00<?". My guess is that it's from #300. Here's an example screenshot:

Screenshot 2024-08-27 at 3 54 13 PM

_Originally posted by @troyraen in https://github.com/nasa-fornax/fornax-demo-notebooks/pull/321#discussion_r1733609862_

bsipocz commented 2 months ago

Just to confirm, this is just a progress bar thing, the cell was eventually executed and run to completion, right?

troyraen commented 2 months ago

Correct

bsipocz commented 2 months ago

(Also, note this is in Jupyter itself, the rendering looked reasonable, though now I don't have a preview as the notebooks that used it has other issues as thus executing is turned off in for them in #309 )