Skip to content

Commit 473b71c

Browse files
authored
Merge pull request #8 from QuantEcon/maint-13mar2024
MAINT: upgrade anaconda and maintenance
2 parents c91aedc + e938456 commit 473b71c

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
# lecture-tools-techniques
1+
# Tools & Techniques for Computational Economics
22

3-
Tools & Techniques for Computational Economics
3+
This website presents a set of lectures on the tools and techniques required to study computational economics.
4+
5+
## Jupyter notebooks
6+
7+
Jupyter notebook versions of each lecture are available for download
8+
via the website.
9+
10+
## Contributions
11+
12+
To comment on the lectures please add to or open an issue in the issue tracker (see above).
13+
14+
We welcome pull requests!
15+
16+
Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style.

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- default
44
dependencies:
55
- python=3.11
6-
- anaconda=2023.09
6+
- anaconda=2024.02
77
- pip
88
- pip:
99
- jupyter-book==0.15.1

lectures/status.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@ This table contains the latest execution statistics.
1818

1919
(status:machine-details)=
2020

21-
These lectures are built on `linux` instances through `github actions` so are
22-
executed using the following [hardware specifications](https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources)
21+
These lectures are built on `linux` instances through `github actions`.
22+
23+
These lectures are using the following python version
24+
25+
```{code-cell} ipython
26+
!python --version
27+
```
28+
29+
and the following package versions
30+
31+
```{code-cell} ipython
32+
:tags: [hide-output]
33+
!conda list
34+
```

0 commit comments

Comments
 (0)