You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove cell outputs from what's committed (e.g. using nbstripout git hooks)
ensure all the notebooks are still runnable, produce useful output (alternatively, remove)
One other thing I noticed [in count_downloads.py] is that we're doing a lot of pointless downloading - recalculating the download numbers from 2017-2023 is a waste of time, because (now that the .conda stats are in), they should be fully static. We should implement some basic persistence (with an override if we really want to recalculate everything), which would allow us to cut down the downloads to the last few months, rather than currently 8*12=96 (and growing), which takes over half an hour (in binder).
The text was updated successfully, but these errors were encountered:
Carried over from #43:
There's a fair amount of clean-ups to do here:
by-the-numbers/environment.yml
Line 5 in 8ab2886
by-the-numbers/conda-requirements.txt
Line 4 in 8ab2886
nbstripout
git hooks)count_downloads.py
] is that we're doing a lot of pointless downloading - recalculating the download numbers from 2017-2023 is a waste of time, because (now that the .conda stats are in), they should be fully static. We should implement some basic persistence (with an override if we really want to recalculate everything), which would allow us to cut down the downloads to the last few months, rather than currently 8*12=96 (and growing), which takes over half an hour (in binder).The text was updated successfully, but these errors were encountered: