Hi, everyone.
I’m having this little problem when starting Jupyter—even after clearing the cache in the terminal, the warning keeps appearing, and I can’t access the tutorials from here. The following warning appears:
Hi, everyone.
I’m having this little problem when starting Jupyter—even after clearing the cache in the terminal, the warning keeps appearing, and I can’t access the tutorials from here. The following warning appears:
Hi Rafaela. Before anything else, could you check whether you’re actually over your quota? The home directory limit on the Notebook Aspect is 35 GB, and the quota covers everything under /home/rafaela-anjos/ rather than just .cache so you could still be blocked after emptying the cache. Open a terminal from the Launcher (blue “+” at top left → Terminal) and run quota -s to confirm, then cd ~ && du -sh .[!.]* * 2>/dev/null | sort -h to see what’s actually taking up the space.