This repository contains the Jupyter notebook lectures for the "PRECISE Cosmology" workshop "Analysis of observational datasets".
You will need Python 3.8 - 3.10 installed on your computer.
First, create a virtual environment using your python kernel:
python -m venv precise_workshop
Then activate the virtual environment:
source precise_workshop/bin/activate
Next, clone this GitHub repository:
git clone https://github.com/Jammy2211/precise_observational
Go into this directory:
cd precise_observational
Install the required packages:
pip install -r requirements.txt
Then start the Jupyter notebook server:
jupyter notebook
You can take the lectures by going to the Binder link below, which allows you to take the course in a web browser without installing anything on your computer.
We are not sure if there is a limit to the number of concurrent users, allowed by Binder, so please try and install things locally (see instructions above) before using Binder.
https://mybinder.org/v2/gh/Jammy2211/precise_observational/main