diff --git a/docker/mpes/Dockerfile b/docker/mpes/Dockerfile index 385851b59279f2ab43ed28dca960d1679b9dea7a..59d8365e102055505c53c49ed0b01936c60f3e14 100644 --- a/docker/mpes/Dockerfile +++ b/docker/mpes/Dockerfile @@ -4,14 +4,15 @@ RUN apt update \ && apt install git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo -y \ && pip install --upgrade nodejs \ && pip install ipywidgets h5py==3.5.0 h5glance==0.8 h5grove==1.1.0 \ - jupyterlab[full]==3.2.9 jupyterlab_h5web[full]==6.0.0 \ - punx==0.2.5 nexpy==0.14.1 silx[full]==1.0.0 \ + jupyterlab[full]==3.2.9 jupyterlab_h5web[full]==6.0.0 \ + punx==0.2.5 nexpy==0.14.1 silx[full]==1.0.0 \ && jupyter lab build \ && jupyter nbextension enable --py widgetsnbextension \ && jupyter serverextension enable jupyterlab_h5web \ && pip install git+https://github.com/nomad-coe/nomad-parser-nexus.git \ - git+https://github.com/rettigl/mpes@metadata \ - git+https://github.com/FAIRmat-Experimental/arpes.git + git+https://github.com/rettigl/mpes@metadata \ + git+https://github.com/FAIRmat-Experimental/arpes.git \ + && pip install scipy==1.8.1 COPY 02-exec-cmd /config/custom-cont-init.d/02-exec-cmd WORKDIR /config \ No newline at end of file diff --git a/docker/mpes/example/E1 Convert to NeXus.ipynb b/docker/mpes/example/E1 Convert to NeXus.ipynb index d44cd966373656125e2c4da5026d47b308f753ea..0dee4a7b6e88b3233d21882f6f9922efced7a0b9 100644 --- a/docker/mpes/example/E1 Convert to NeXus.ipynb +++ b/docker/mpes/example/E1 Convert to NeXus.ipynb @@ -88,7 +88,7 @@ "convert(input_file=[\"MoTe2.h5\", \"config_file.json\", \"eln_data.yaml\"],\n", " reader='mpes',\n", " nxdl='NXmpes',\n", - " output='MoTe.mpes.nxs')" + " output='MoTe2.mpes.nxs')" ] }, {