This dir holds .sif container images for use with Singularity/Apptainer.
The IPTA_DR3-v3-x86_64.sif has broader utility.
The iptaVMlite VM has apptainer available, and a container present as
IPTA_DR3-v3.sif in the homedir.
Use it like:
$ apptainer exec ./IPTA_DR3-v3.sif jupyter notebook`
or even
$ apptainer exec ./IPTA_DR3-v3.sif jupyter notebook >& ~/notebook.log &
to regain control of your terminal and creae a log file from the output.