top | item 44644555

(no title)

slhck | 7 months ago

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.

discuss

order

staplung|7 months ago

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

mh-|7 months ago

if anyone else is curious..

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