diff --git a/docs/source/sentinel_2/s2_prepro_2025.ipynb b/docs/source/sentinel_2/s2_prepro_2025.ipynb
index 4ed9203ff800958568aa3cc6ea7dec3a641e5d22..a2c57904f9d6d2badcd4a5980ff0fdbfe2c3371a 100644
--- a/docs/source/sentinel_2/s2_prepro_2025.ipynb
+++ b/docs/source/sentinel_2/s2_prepro_2025.ipynb
@@ -547,7 +547,7 @@
     "# Plot image\n",
     "\n",
     "# First image of the list\n",
-    "im_file = glob.glob(f'{clipped_path}*_B*.tif')[2]\n",
+    "im_file = glob.glob(f'{clipped_path}*_B*.tif')[0]\n",
     "print(im_file)\n",
     "src = rasterio.open(im_file, \"r\")\n",
     "im = src.read(1)\n",
@@ -785,7 +785,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.11.10"
+   "version": "3.11.4"
   },
   "metadata": {
    "interpreter": {