Jammy2211 / precise_observational

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRECISE Comoslogy: Analysis of observational datasets

This repository contains the Jupyter notebook lectures for the "PRECISE Cosmology" workshop "Analysis of observational datasets".

Setup

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

Binder

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

About

License:MIT License


Languages

Language:Jupyter Notebook 96.8%Language:Python 3.2%