#!/usr/bin/env bash
set -ex

# This is the master script for the capsule. When you click "Reproducible Run", the code in this file will execute.
jupyter nbconvert \
	--to 'html' \
	--ExecutePreprocessor.allow_errors=True \
	--ExecutePreprocessor.timeout=-1 \
	--FilesWriter.build_directory=../results \
	--execute AppendixCExperiment.ipynb

# The previous version of this file was commented-out and follows below:
#
Rscript SecuritiesLevelModels_CodeOcean.R "$@"
# 
