Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Necessary clean-ups & possible improvements #44

Open
5 tasks
h-vetinari opened this issue Jan 7, 2025 · 0 comments
Open
5 tasks

Necessary clean-ups & possible improvements #44

h-vetinari opened this issue Jan 7, 2025 · 0 comments

Comments

@h-vetinari
Copy link
Member

Carried over from #43:

There's a fair amount of clean-ups to do here:

  • update python
    - python=3.8
  • unpin pandas
  • 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).
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

No branches or pull requests

1 participant