From 85140634b19e2170a38348c3b52b56658e2ac36c Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 13 Mar 2024 15:29:59 +1100 Subject: [PATCH 1/2] MAINT: upgrade anaconda --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 8571e57..ef4c3bf 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - default dependencies: - python=3.11 - - anaconda=2023.09 + - anaconda=2024.02 - pip - pip: - jupyter-book==0.15.1 From e938456a2da99e346494296e193316d419262d84 Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 13 Mar 2024 15:33:49 +1100 Subject: [PATCH 2/2] update README and status --- README.md | 17 +++++++++++++++-- lectures/status.md | 16 ++++++++++++++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9012f3..a3d87a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# lecture-tools-techniques +# Tools & Techniques for Computational Economics -Tools & Techniques for Computational Economics +This website presents a set of lectures on the tools and techniques required to study computational economics. + +## Jupyter notebooks + +Jupyter notebook versions of each lecture are available for download +via the website. + +## Contributions + +To comment on the lectures please add to or open an issue in the issue tracker (see above). + +We welcome pull requests! + +Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style. \ No newline at end of file diff --git a/lectures/status.md b/lectures/status.md index 24b489c..3ada25f 100644 --- a/lectures/status.md +++ b/lectures/status.md @@ -18,5 +18,17 @@ This table contains the latest execution statistics. (status:machine-details)= -These lectures are built on `linux` instances through `github actions` so are -executed using the following [hardware specifications](https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources) \ No newline at end of file +These lectures are built on `linux` instances through `github actions`. + +These lectures are using the following python version + +```{code-cell} ipython +!python --version +``` + +and the following package versions + +```{code-cell} ipython +:tags: [hide-output] +!conda list +``` \ No newline at end of file