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 group.
  • Clone your desired GitHub repo using the terminal command and accessing your GitHub account. You will need a personal access token to clone the repo. It can be obtained in your Github settings: Settings -> Developer settings -> Personal Access tokens -> Tokens (Classic) -> Generate new Token and give access to 'repo' at least. Copy your PAT and store it safely.
  • 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 For additional concerns, refer to the documentation: https://eafjupyter.readthedocs.io/en/latest/

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