Skip to content

Commit e938456

Browse files
committed
update README and status
1 parent 8514063 commit e938456

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
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.

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)