This repo contains the notebooks run in Monte Carlo's Data Observability course.
- Clone the repo:
$ git clone https://github.com/monte-carlo-data/data-downtime-challenge.git
- Initialize a python virtual environment (3.7.5):
$ python3 -m venv env
- Activate the environment:
$ source env/bin/activate
- Install requirements:
$ pip install -r requirements.txt
- Start the notebooks server:
$ jupyter notebook
This should get you up and running and able to revisit the notebooks from the course. Feel free to submit issues.
notebooks/
: the notebooks we went through in the coursesolutions/
: notebooks withSQL
implementations for the exercises, also used in the coursehelpers/
: python code that created the mock data and incidents used in the exercisesdata/
:SQLite
DB object files, utilities, and assets shown in the notebooks