Ferret (Apptainer)

An installation of PyFerret is provided on the NHR system in /sw/container/jupyterhub/ferret.sif

The container can be used on Jupyter HPC for usage inside of iPython notebooks:

%load_ext ferretmagic
%%ferret

cancel data/all
use levitus_climatology
show data
%%ferret -q

shade temp[k=1]; go land

It is also possible to connect to the HPC cluster with X11 forwarding enabled (ssh -X) and start ferret directly:

srun --partition large96s:shared -c 1 --x11 --pty bash  -c "module load apptainer squashfuse; apptainer run --bind $WORK,$TMPDIR /sw/container/jupyterhub/ferret.sif"