astro-datalab / notebooks-latest

Default set of Data Lab notebooks, by DL team and contributed by users
BSD 3-Clause "New" or "Revised" License
57 stars 48 forks source link

Update EPO NB Breaking_the_Solar_System with new tqdm naming. #219

Closed rnikutta closed 3 months ago

rnikutta commented 4 months ago

@mjfitzpatrick please review. Changed in Files/tools.py how the tqdm progress bar is imported. This gets rid of the DeprecationWarning. Note that on first use the progress bar does not appear to be working, but it works on second use. I suspect this is because in the first case, the steps are spread over multiple cells, while in the 2nd case they are all in one cell.