Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/sdf/data/lcls/ds/<hutch>/<expname>/results/smalldata_tools 

Make experiment folder accessible from JupyerHub session

In Jupyter hub, you can only navigate within your home folder. It is thus recommended to create shortcuts (soft-links) to the relevant experiment folders, for ease-of-access.

From Jupyter hub, click on the "+" symbol on the top left. Select "terminal" and make a soft-link to the experiment folder:

ln -s /sdf/data/lcls/ds/<hutch>/<experiment>/ ./<link_name>

Access data

The hdf5 data will be written to:

...

Code Block
themeRDark
/reg/g/psdm/sw/jupyterhub/psjhub/jhub/generate-keys.sh

Make experiment folder accessible from JupyerHub session

In Jupyter hub, you can only navigate within your home folder. It is thus recommended to create shortcuts (soft-links) to the relevant experiment folders, for ease-of-access.

...