• Go to My interactive session
  • Then click on Jupyter in interactive Apps section. Fill out the following:
    • Jupyter Image => slac
    • Jupyter Image to run second box: 20211101.0
    • Commands to initiate Jupyter: (you can have your own enviorment following is from Michale A Kagan
      • export CONDA_PREFIX=/sdf/data/atlas/u/makagan/conda
      • export PATH=${CONDA_PREFIX}/bin/:$PATH
      • source ${CONDA_PREFIX}/etc/profile.d/conda.sh
      • conda env list
      • conda activate mlpy310
      • export SINGULARITY_IMAGE_PATH=/fs/ddn/sdf/group/ml/software/images/slac-ml/20211101.0/slac-ml@20211101.0.sif
        function jupyter() { singularity exec --nv -B /sdf,/fs,/sdf/scratch/,/lscratch ${SINGULARITY_IMAGE_PATH} jupyter $@; }
    • cluster type: Batch
    • Second block of cluster type: s3df
    • Account: atlas
    • Partition: ampere
    • Number of Hours: 20 (you can choose the number of hours you want your session to run)
    • Number of CPU core: 3
    • Total Memory Allocation: 19968MegaBytes
    • Number of GPU: 1
    • Slurm Reservation: Blank
  • Launch the session This will crete a session which will take few minutes. Once the session is created click the session at Host tab.


  • No labels