The notebooks in this repository are being written for use in the course Applied Analytic Statistics.
The shell.nix
file describes a package for running the notebooks in this
repository. To activate the notebook server run the following command.
nix-shell --command "jupyter lab"
To keep the notebooks in a neat state, please restart the kernel and run all cells prior to commiting any changes.