Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.4 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.4 KB

Analysis Threads

This is a collection of Jupyter notebooks based on the Fermi Analysis Threads, step-by-step guides to various types of analyses that you can do with Fermi data.

How To Use These Notebooks

Before you can use the notebooks, you will need to have the Fermitools installed and setup properly. See the Fermitools Quickstart Guide for more details.

  1. Download the notebook or notebooks you want to run. There are several ways to do this, including:
    • Navigate through the tree to a specific notebook, click on the option to see the raw content, and then save it to a file.
    • Clone this repository: git clone https://github.com/fermi-lat/AnalysisThreads.git
    • Use the green Code button on the repository main page to download a zip file with all the notebooks.
  2. Start your Fermitools conda environment in a terminal window.
  3. In the terminal, go to the directory containing the notebook(s).
  4. Start the Jupyter Notebook server with: jupyter notebook
  5. The Jupyter notebook interface should pop-up in your browser.
  6. Pick the analysis thread notebook of your choice to launch it.

To report a problem or submit feedback, please create a Github Issue.