diff --git a/book/leap-pangeo/jupyterhub.md b/book/leap-pangeo/jupyterhub.md index 15c1265b..6b7b1688 100644 --- a/book/leap-pangeo/jupyterhub.md +++ b/book/leap-pangeo/jupyterhub.md @@ -82,13 +82,17 @@ However, these will disappear when your server shuts down. ### Files and Data -Data and files work differently in the cloud. +Data and files work differently in the cloud. To help onboard you to this new way of working, we have written a guide to Files and Data in the Cloud: -- https://docs.2i2c.org/en/latest/user/storage.html +- [2i2c Docs: Data and Filesystem](https://docs.2i2c.org/data/index.html#data-and-filesystem) We recommend you read this thoroughly, especially the part about Git and GitHub. +:::{warning} +Please do not store large files in your user directory `/home/jovyan`. Your home directory is intended only for notebooks, analysis scripts, and small datasets (< 1 GB). It is not an appropriate place to store large datasets. +::: + #### How can I get my data to the LEAP cloud buckets? In order to collaboratively work on large datasets, we need to upload datasets to the cloud buckets in an ARCO (Analysis-Ready Cloud-Optimized) format like e.g. zarr (for n-dimensional arrays).