Kaggle Environment Overview Use this skill for Kaggle hosted runtime behavior: filesystem paths, accelerators, internet access, dependency drift, output locations, reproducibility, and resource limits. Distinguish local development assumptions from Kaggle execution assumptions. Path Conventions | Path | Use | |---|---| | | Read-only mounted datasets, competition data, models, and notebook sources | | | Writable working directory; save submissions and artifacts here | | Local project folder | Source and metadata folder used by CLI push/pull | Never write final outputs only under ; it is read-o…