diff --git a/tests/produce_data_manyStations.ipynb b/tests/produce_data_manyStations.ipynb
index 1a1f263ae2a62aa619c9b87b33d8175c7ee1c785..fe7ad5f4ee493623ae167ae89206bf8a0af4d6be 100644
--- a/tests/produce_data_manyStations.ipynb
+++ b/tests/produce_data_manyStations.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 1,
+   "execution_count": null,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -18,20 +18,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 2,
+   "execution_count": null,
    "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "<toargridding.grids.RegularGrid at 0x7f07ec2acb50>"
-      ]
-     },
-     "execution_count": 2,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "outputs": [],
    "source": [
     "#creation of request.\n",
     "\n",
@@ -55,21 +44,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 3,
+   "execution_count": null,
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Performing request to TOAR DB\n",
-      "load status endpoint from cache\n",
-      "try: 1, wait_time: 300\n",
-      "try: 2, wait_time: 300\n",
-      "try: 3, wait_time: 300\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "#CAVE: the request takes over 30minutes per requested year. Therefore this cell needs to be executed at different times to check, if the results are ready for download.\n",
     "#the processing is done on the server of the TOAR database.\n",