Skip to content
Snippets Groups Projects
Commit b14fd74d authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'Jupyter' into '2023'

JupyterLab (fix for jupyterlab-latex extension)

See merge request software-team/easybuild!1946
parents ca5e4763 d0c3d9f5
Branches
No related tags found
No related merge requests found
...@@ -748,13 +748,15 @@ postinstallcmds = [ ...@@ -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_iframe',
'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_s3_browser', 'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_s3_browser',
# STILL NEEDED ??? # jupyterlab-latex fix for https://github.com/jupyterlab/jupyterlab-latex/issues/110#issuecomment-1241460371
# dask_labextension (
# ( '{ cat >> %(installdir)s/etc/jupyter/jupyter_notebook_config.py; } << \'EOF\'\n'
# 'cp %(builddir)s/dask_labextension/dask_labextension-6.1.0/' 'try:\n'
# 'dask_labextension/labextension/schemas/dask-labextension/plugin.json ' ' c.ServerApp.notebook_dir = c.ServerApp.root_dir\n'
# ' %(installdir)s/share/jupyter/labextensions/dask-labextension/schemas/dask-labextension/plugin.json' 'except:\n'
# ), ' pass\n'
'EOF'
),
# Send2Trash # Send2Trash
( (
...@@ -875,7 +877,7 @@ postinstallcmds = [ ...@@ -875,7 +877,7 @@ postinstallcmds = [
# ################################################### # ###################################################
# 'chmod -R g-w %(installdir)s ', # software-group must not modify the installation on accident # '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 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 # specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment