Kaggle Notebooks
Free cloud Jupyter on Kaggle with GPU, pre-mounted datasets, and competition integration.
- Datasets auto-mount at /kaggle/input/.
- P100 or T4×2 GPUs on weekly quota.
- Notebooks can be public/private and shared.
When to use: Competition entries, learning from public notebooks, dataset-attached analyses.
Example: Titanic competition notebook reads /kaggle/input/titanic/train.csv with one pandas line.