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 4050c38711e35bd7a38fb3c53cba436adbc5a6bc..b7f76a514d7fc82b6c60ddf8afb569510747345c 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
@@ -748,13 +748,15 @@ postinstallcmds = [
     'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_iframe',
     'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_s3_browser',
 
-    # STILL NEEDED ???
-    #  dask_labextension
-    # (
-    #    'cp %(builddir)s/dask_labextension/dask_labextension-6.1.0/'
-    #    'dask_labextension/labextension/schemas/dask-labextension/plugin.json '
-    #    '   %(installdir)s/share/jupyter/labextensions/dask-labextension/schemas/dask-labextension/plugin.json'
-    # ),
+    # jupyterlab-latex fix for https://github.com/jupyterlab/jupyterlab-latex/issues/110#issuecomment-1241460371
+    (
+        '{ cat >> %(installdir)s/etc/jupyter/jupyter_notebook_config.py; } << \'EOF\'\n'
+        'try:\n'
+        '    c.ServerApp.notebook_dir = c.ServerApp.root_dir\n'
+        'except:\n'
+        '    pass\n'
+        'EOF'
+    ),
 
     #  Send2Trash
     (
@@ -875,7 +877,7 @@ postinstallcmds = [
     #  ###################################################
     #  'chmod -R g-w %(installdir)s ',          # software-group must not modify the installation on accident
     #  'chmod -R ugo-w %(installdir)s/share ', # Noone should add files/configs to the global share after install
-    #  'chmod -R ug-w ...../2023/software/Python/3.10.6-GCCcore-11.3.0/share ',  # Python module, too
+    #  'chmod -R ug-w ...../2023/software/Python/3.10.4-GCCcore-11.3.0/share ',  # Python module, too
 ]
 
 #  specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module