Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Note that it's not really "cleaned up" insofar as there is a uv cache folder that will grow bigger over time as you keep using that feature.


True. It's a good idea to periodically run:

  uv cache clean
Or, if you want to specifically clean just jupyter:

  uv cache clean jupyter


if anyone else is curious..

  % cd $(uv cache dir); find . -type f | wc -l; du -hs .
  234495
  16G .




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: