During beam time, we can use online analysis available locally at SwissFEL. You must use one of the consoles in the control room.
https://sf-jupyterhub.psi.ch/
To use our usual kernel (miniconda3-fana) you need to first copy the .condarc file from ra. To do this:
- log into
https://sf-jupyterhub.psi.ch/
- type
scp ra.psi.ch:~/.condarc ./
To change the permissions of a file so that everyone can read/write it, in a terminal type
chmod g+w notebook.ipynb
Note this must be done by the person who created the file in the first place. Permissions can be seen using ls -la. For everyone to read/write it should be -rw-rw--r--
If something weird happens that complains about permissions, try the following:
Needed to allow all to use notebooks
chmod g+w .ipynb_checkpoints
In the main folder pXXXXX/res/, update all of the permissions periodically chmod -R g+x .