/dq_notebooks

Primary LanguageJupyter Notebook

DarkQuest Notebook study

Author: Duc Hoang (MIT)

This repo documents Duc's various studies within DarkQuest and the associated plots

Set up enviroment

Create conda environment:

conda-env create -f environment.yml

Activate the environment:

conda activate [Enviroment name]

And then do whatever you want in this environment (edit files, open notebooks, etc.). To deactivate the environment:

conda deactivate

If you make any update for the environment, please edit the environment.yml file and run:

conda env update --file environment.yml  --prune

Reference on conda environment here: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html