From e4aea0a0e5d2cb33e68daf98464628245369708e Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Sat, 7 Oct 2023 10:09:44 +0200 Subject: [PATCH] fix style --- .../JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb b/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb index 56272dc7..7f165632 100644 --- a/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb +++ b/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb @@ -111,8 +111,8 @@ postinstallcmds = [ 'chmod +x %(installdir)s/bin/Xvfb' ] -## we need to disable the Jupyter-matlab-kernel for the reason descripted in this issue: -## https://github.com/mathworks/jupyter-matlab-proxy/issues/62 +# Jupyter-matlab-kernel DISABLED: +# https://github.com/mathworks/jupyter-matlab-proxy/issues/62 modextrapaths = { 'MWI_USE_EXISTING_LICENSE': 'True', # 'MWI_CUSTOM_MATLAB_ROOT': 'lib/python%(pyshortver)s/site-packages/jupyter_matlab_proxy/', -- GitLab