Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 485 Bytes

Introduction

This repo contains my attempt at most of the study questions in the Causal Inference: A Primer book.

Usage

Run the notebooks inside a container defined by the compbox image.

To install the Julia dependencies, open a terminal in the project's root folder and execute:

julia --project=. -e 'using Pkg; Pkg.instantiate()'

To run the Jupyter notebook server, run:

jupyter notebook --ip 0.0.0.0 --no-browser