diff --git a/lectures/_config.yml b/lectures/_config.yml index 1d5a36e6..59ada928 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -75,6 +75,9 @@ sphinx: colab_url : https://colab.research.google.com thebe : false # Add a thebe button to pages (requires the repository to run on Binder) intersphinx_mapping: + intermediate: + - https://python.quantecon.org/ + - null pyprog: - https://python-programming.quantecon.org/ - null diff --git a/lectures/lln_clt.md b/lectures/lln_clt.md index 7e7676ce..291690e0 100644 --- a/lectures/lln_clt.md +++ b/lectures/lln_clt.md @@ -167,6 +167,7 @@ $$ The next theorem is called Kolmogorov's strong law of large numbers. +(iid-theorem)= ````{prf:theorem} If $X_1, \ldots, X_n$ are IID and $\mathbb E |X|$ is finite, then diff --git a/lectures/time_series_with_matrices.md b/lectures/time_series_with_matrices.md index c809de9c..1e88336d 100644 --- a/lectures/time_series_with_matrices.md +++ b/lectures/time_series_with_matrices.md @@ -3,14 +3,16 @@ jupytext: text_representation: extension: .md format_name: myst + format_version: 0.13 + jupytext_version: 1.16.2 kernelspec: - display_name: Python 3 + display_name: Python 3 (ipykernel) language: python name: python3 --- (time_series_with_matrices)= -```{raw} html +```{raw} jupyter