Skip to content

Commit 440a83d

Browse files
authored
Revert "MAINT: Upgrade anaconda and README (#396)" (#397)
This reverts commit a84f8c3.
1 parent a84f8c3 commit 440a83d

File tree

4 files changed

+40
-26
lines changed

4 files changed

+40
-26
lines changed

README.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,42 @@
1-
# A First Course in Quantitative Economics with Python
1+
# lecture-python-intro
22

3-
An Undergraduate Lecture Series for the Foundations of Computational Economics
3+
An undergraduate lecture series for the foundations of computational economics
44

5-
## Jupyter notebooks
5+
## Content ideas
66

7-
Jupyter notebook versions of each lecture are available for download
8-
via the website.
7+
Content ideas in no particular order.
98

10-
## Contributions
9+
Open individual issues and PRs for the ones we decide to add.
1110

12-
To comment on the lectures please add to or open an issue in the issue tracker (see above).
11+
1. Geometric Series (existing lecture)
12+
2. Leontief Systems (from Networks Book)
13+
3. Luenberger
14+
4. IO Visualizations (from Networks Book)
15+
5. PyPGM (Eileen Nielson ... Youtube Star)
16+
6. Baby Version of https://python.quantecon.org/re_with_feedback.html (Cagan Model)
17+
7. Baby Version of "unpleasant arithmetic and Friedmans optimal quantity of money"
18+
8. Schelling Segregation Model
19+
9. Solow Model
20+
10. Simulations of Wealth Distribution
21+
11. Baby model of Lake Model (Eigenvalue Extension)
22+
12. Diamond Dybvig Model
23+
13. Moral Harzard - Wallace
24+
14. Philips Curve and Nairu
25+
15. Baby version of the Markov Chain Lecture
26+
16. Baby linear programming lecture
27+
17. Basic Nonlinear Demand and Supply (non-linear solver) OOP lecture
28+
18. Asset Pricing (Harrison/Kreps Model)
29+
19. Two Models of Asset Bubbles
30+
20. cobweb model -- start people thinking about expectations
31+
21. social mobility lecture
32+
22. Baby version of cattle cycles model
33+
23. Bi-matrix games.
34+
24. Shortest path lecture (existing)
35+
25. Pricing an American option
36+
26. Baby version of LLN / CLT lecture --- less maths, more simulation, all in one dimension
37+
27. Baby version of heavy tails lecture
38+
30. Lecture on solving linear equations and matrix algebra
39+
31. Lecture on eigenvalues, Perron-Frobenius and the Neumann series lemma
40+
32. Overlapping generations
1341

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.
42+
Get Tom's network intermediary paper.

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.11
7-
- anaconda=2024.02
7+
- anaconda=2023.09
88
- pip
99
- pip:
1010
- jupyter-book==0.15.1

lectures/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ latex:
3737
sphinx:
3838
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
3939
config:
40-
bibtex_reference_style: author_year
4140
# false-positive links
4241
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116', 'https://math.stackexchange.com/*', 'https://stackoverflow.com/*']
4342
# myst-nb config

lectures/status.md

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

1919
(status:machine-details)=
2020

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-
```
21+
These lectures are built on `linux` instances through `github actions` and `amazon web services (aws)` to
22+
enable access to a `gpu`. These lectures are built on a [p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/)
23+
that has access to `8 vcpu's`, a `V100 NVIDIA Tesla GPU`, and `61 Gb` of memory.

0 commit comments

Comments
 (0)