diff --git a/docs/source/tutorial1.ipynb b/docs/source/tutorial1.ipynb
index a23a5fb3f6a83b128382998d86edb7f08f25e34f..153e8ab41b78b0b490bc998c3f7290a3d34b0c06 100644
--- a/docs/source/tutorial1.ipynb
+++ b/docs/source/tutorial1.ipynb
@@ -1,23 +1,14 @@
 {
  "cells": [
   {
-   "cell_type": "code",
-   "execution_count": 1,
-   "id": "59276951-d31b-4c5d-bca3-fac762e663cc",
+   "cell_type": "markdown",
+   "id": "7df4195a-4a40-476a-9776-5865a84a2b8d",
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "['/mnt/users/staff/lkugler/AdvDA23/DART-WRF/docs/source', '/home/swd/manual/nwp/2023.1/lib/python310.zip', '/home/swd/manual/nwp/2023.1/lib/python3.10', '/home/swd/manual/nwp/2023.1/lib/python3.10/lib-dynload', '', '/users/staff/lkugler/.local/lib/python3.10/site-packages', '/home/swd/manual/nwp/2023.1/lib/python3.10/site-packages']\n"
-     ]
-    }
-   ],
    "source": [
-    "# Test\n",
-    "import os, sys\n",
-    "print(sys.path)"
+    "# Tutorial 1: The assimilation step\n",
+    "DART-WRF is a python package which automates many things like configuration, saving configuration and output, handling computing resources, etc.\n",
+    "\n",
+    "The data for this experiment is accessible for students on the server srvx1.\n"
    ]
   },
   {