diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
index 1ed75fb8c07ee59eda97faa435be60bd38e2dcf1..3da8c22deff60a8d0cf7f0a209b86e81876f500e 100644
--- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
+++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
@@ -239,8 +239,7 @@
     "elif instrument == \"MID\":\n",
     "    dinstance = \"AGIPD1M2\"\n",
     "    nmods = 16\n",
-    "# TODO: Remove DETLAB\n",
-    "elif instrument == \"HED\" or instrument == \"DETLAB\":\n",
+    "elif instrument == \"HED\":\n",
     "    dinstance = \"AGIPD500K\"\n",
     "    nmods = 8\n",
     "\n",
diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify_Summary_NBC.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify_Summary_NBC.ipynb
index c34233b9ae48d960dfebcc73e9cd710b23bcb5d2..9158cccf8d15986fdda54af1e492094ac21bc8ee 100644
--- a/notebooks/AGIPD/AGIPD_Correct_and_Verify_Summary_NBC.ipynb
+++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify_Summary_NBC.ipynb
@@ -63,8 +63,7 @@
     "elif instrument == \"MID\":\n",
     "    dinstance = \"AGIPD1M2\"\n",
     "    nmods = 16\n",
-    "# TODO: Remove DETLAB\n",
-    "elif instrument == \"HED\" or instrument == \"DETLAB\":\n",
+    "elif instrument == \"HED\":\n",
     "    dinstance = \"AGIPD500K\"\n",
     "    nmods = 8\n",
     "\n",
diff --git a/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb b/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb
index 412355eae416e93bea055396b9f5d0b480c1303f..2c29e05c2e72965cd0ac9ef9929ffd742b585bfa 100644
--- a/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb
+++ b/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb
@@ -182,8 +182,7 @@
     "elif instrument == \"MID\":\n",
     "    dinstance = \"AGIPD1M2\"\n",
     "    nmods = 16\n",
-    "# TODO: Remove DETLAB\n",
-    "elif instrument == \"HED\" or instrument == \"DETLAB\":\n",
+    "elif instrument == \"HED\":\n",
     "    dinstance = \"AGIPD500K\"\n",
     "    nmods = 8\n",
     "\n",
diff --git a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb
index 43d6d2cd46625f993ed11d7676974fb105326e83..b6cca3ac4e9ab65ef9d664c2a26db43c14b79958 100644
--- a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb
+++ b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb
@@ -33,7 +33,7 @@
     "run_med = 87 # run number in which medium gain data was recorded, required\n",
     "run_low = 88 # run number in which low gain data was recorded, required\n",
     "\n",
-    "karabo_id = \"DETLAB_DET_AGIPD500K2G\" # karabo karabo_id\n",
+    "karabo_id = \"HED_DET_AGIPD500K2G\" # karabo karabo_id\n",
     "karabo_da = ['-1']  # a list of data aggregators names, Default [-1] for selecting all data aggregators\n",
     "receiver_id = \"{}CH0\" # inset for receiver devices\n",
     "path_template = 'RAW-R{:04d}-{}-S{:05d}.h5' # the template to use to access data\n",
@@ -150,8 +150,7 @@
     "elif instrument == \"MID\":\n",
     "    dinstance = \"AGIPD1M2\"\n",
     "    nmods = 16\n",
-    "# TODO: Remove DETLAB\n",
-    "elif instrument == \"HED\" or instrument == \"DETLAB\":\n",
+    "elif instrument == \"HED\":\n",
     "    dinstance = \"AGIPD500K\"\n",
     "    nmods = 8\n",
     "\n",
diff --git a/notebooks/generic/overallmodules_Darks_Summary_NBC.ipynb b/notebooks/generic/overallmodules_Darks_Summary_NBC.ipynb
index f787bf53828cd4b1bf2b7c3e6fe0305f758dadc4..d82f8d52bdf243615f014900b63b22c1ba6597b3 100644
--- a/notebooks/generic/overallmodules_Darks_Summary_NBC.ipynb
+++ b/notebooks/generic/overallmodules_Darks_Summary_NBC.ipynb
@@ -10,7 +10,7 @@
     "#The following is a summary for the processing of dark images and calibration constants production.\n",
     "\n",
     "out_folder = \"/gpfs/exfel/data/scratch/ahmedk/test/miniHalfAGIPD\" # path to output to, required\n",
-    "karabo_id = \"DETLAB_DET_AGIPD500K2G\" # detector instance\n",
+    "karabo_id = \"HED_DET_AGIPD500K2G\" # detector instance\n",
     "gain_names = ['High gain', 'Medium gain', 'Low gain'] # a list of gain names to be used in plotting\n",
     "threshold_names = ['HG-MG threshold', 'MG_LG threshold'] # a list of gain names to be used in plotting"
    ]