Skip to content

EAF Starter Guide

Franco Terranova edited this page May 23, 2023 · 10 revisions

Tutorial

  • Navigate to the JupyterHub home page https://analytics-hub.fnal.gov/
  • Login using Services account
  • Start your server. Use the Astro/Cosmic Frontier server.
  • Clone your desired GitHub repo using the terminal command and accessing your GitHub account.
  • Setup your environment if needed. To use conda or mamba, you need to first initialize your shell. From a terminal launcher, run mamba init. Then, create a .profile in your home directory with the following content:
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi

DeepSkies Toolbox

Currently Available Software

  1. DeepTemplate-Tools
  2. DeepTemplate-Science

Coming soon

  1. DeepBench
  2. DeepGotData
  3. DeepUtils

Computational Facilities

  1. Google Colaboratory
  2. Elastic Analysis Facility (EAF; Fermilab)
    1. EAF ReadtheDocs
    2. Quick OnboardingGuide
  3. Research Computing Center (UChicago)

Computing Guides:

  1. coming soon.
Clone this wiki locally