diff --git a/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb b/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb
index dd5ff7342108b0e6e634e4c4860fee5039580534..27ae4a8dbe9d9c4db39673ead34132882f58fe29 100644
--- a/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb
+++ b/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb
@@ -572,10 +572,18 @@ exts_list = [
         'checksums': ['6f8f8a9b06b39677f207c09100c8d386bcf592f0cbbdda9f0f50e81445697627'],
     }),
     # dask ##########################################
-    # Waiting for fix: https://github.com/dask/dask-labextension/issues/260
-    # ('dask_labextension', '6.1.0', {
-    #    'checksums': ['397cf6f2106650954c3f3bf84fe269a4fb72fb6bf56e6089c75cc3bbf9ff12ae'],
-    # }),
+    ('dask_labextension', '6.1.0', {
+        'checksums': ['397cf6f2106650954c3f3bf84fe269a4fb72fb6bf56e6089c75cc3bbf9ff12ae'],
+        'preinstallopts': (
+            # https://github.com/jupyterlab/jupyterlab/issues/14335#issuecomment-1611586421
+            'jlpm install && '
+            'jlpm upgrade --caret --scope jupyterlab && '
+            # Minimize dependency versions
+            'jlpm add -D yarn-deduplicate@^5.0.0 && '
+            'jlpm yarn-deduplicate -s fewer && '
+            'jlpm install && '
+        )
+    }),
     # nbdev #########################################
     ('watchdog', '3.0.0', {
         'checksums': ['4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9'],
diff --git a/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb b/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb
index 93efbe387e09bc640458ca721a76a4e39e8ad188..d4f1a14ac58f6f655be9eb9b8a931ccaaa15e8bb 100644
--- a/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb
+++ b/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb
@@ -18,7 +18,7 @@ toolchainopts = {'pic': True}
 builddependencies = [
     ('binutils', '2.38'),
     # check for existance
-    ('xpra', '4.4.5'),
+    ('xpra', '4.4.6'),
     ('jsc-xdg-menu', '2023.5'),
 ]