Skip to content

Commit 1b581c9

Browse files
committed
final fixes
1 parent 7cde198 commit 1b581c9

12 files changed

+23
-64
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,14 @@ python update_lectures.py
4141

4242
This allows us the keep all the lectures up-to-date in a single place and keep this repository a mirror of the
4343
main repository.
44+
45+
### Lectures unsupported
46+
47+
- business_cycle
48+
- inequality
49+
- prob-dist
50+
- heavy-tails
51+
- commod-price
52+
- lp-intro
53+
- short_path
54+
- input-output

lectures/ar1_processes.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(ar1)=
15-
```{raw} html
16-
<div id="qe-notebook-header" align="right" style="text-align:right;">
17-
<a href="https://quantecon.org/" title="quantecon.org">
18-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19-
</a>
20-
</div>
21-
```
22-
2314
(ar1_processes)=
2415
# AR(1) Processes
2516

lectures/business_cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In addition to the packages already installed by Anaconda, this lecture requires
2828
```{code-cell} ipython3
2929
:tags: [hide-output]
3030
31-
%pip install wbgapi
31+
%pip install wbgapi distutils
3232
%pip install pandas-datareader
3333
```
3434

lectures/complex_and_trig.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(complex_and_trig)=
13-
```{raw} html
14-
<div id="qe-notebook-header" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
2012

2113
```{index} single: python
2214
```

lectures/geom_series.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(geom_series)=
15-
```{raw} jupyter
16-
<div id="qe-notebook-header" style="text-align:right;">
17-
<a href="https://quantecon.org/" title="quantecon.org">
18-
<img style="width:250px;display:inline;" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19-
</a>
20-
</div>
21-
```
2214

2315
```{index} single: python
2416
```

lectures/lln_clt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Each distribution in the violin plot represents the distribution of $X_n$ for so
300300
```{code-cell} ipython3
301301
def means_violin_plot(distribution,
302302
ns = [1_000, 10_000, 100_000],
303-
m = 10_000):
303+
m = 1000):
304304
305305
data = []
306306
for n in ns:

lectures/long_run_growth.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ draw_interp_plots(gdp[country].loc[start_year:end_year],
537537
'international dollars', 'year',
538538
color_mapping, code_to_name, 2, False, ax)
539539
540-
plt.savefig("./_static/lecture_specific/long_run_growth/tooze_ch1_graph.png", dpi=300,
541-
bbox_inches='tight')
542540
plt.show()
543541
```
544542

lectures/myst.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ project:
3838
- title: Economic Data
3939
children:
4040
- file: long_run_growth
41-
- file: business_cycle
41+
# - file: business_cycle
4242
- file: inflation_history
4343
- file: french_rev
44-
- file: inequality
44+
# - file: inequality
4545
- title: Foundations
4646
children:
4747
- file: intro_supply_demand
@@ -62,18 +62,18 @@ project:
6262
- file: greek_square
6363
- title: Probability and Distributions
6464
children:
65-
- file: prob_dist
65+
# - file: prob_dist
6666
- file: lln_clt
6767
- file: monte_carlo
68-
- file: heavy_tails
68+
# - file: heavy_tails
6969
- file: schelling
7070
- title: Nonlinear Dynamics
7171
children:
7272
- file: scalar_dynam
7373
- file: solow
7474
- file: cobweb
7575
- file: olg
76-
- file: commod_price
76+
# - file: commod_price
7777
- title: Monetary-Fiscal Policy Interactions
7878
children:
7979
- file: money_inflation
@@ -88,12 +88,12 @@ project:
8888
- file: time_series_with_matrices
8989
- title: Optimization
9090
children:
91-
- file: lp_intro
91+
# - file: lp_intro
9292
- file: short_path
9393
- title: Modeling in Higher Dimensions
9494
children:
9595
- file: eigen_II
96-
- file: input_output
96+
# - file: input_output
9797
- file: lake_model
9898
- file: networks
9999
- title: Markets and Competitive Equilibrium

lectures/scalar_dynam.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
```{raw} html
13-
<div id="qe-notebook-header" align="right" style="text-align:right;">
14-
<a href="https://quantecon.org/" title="quantecon.org">
15-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
16-
</a>
17-
</div>
18-
```
1912

2013
(scalar_dynam)=
2114
# Dynamics in One Dimension

lectures/schelling.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(schelling)=
15-
```{raw} html
16-
<div id="qe-notebook-header" align="right" style="text-align:right;">
17-
<a href="https://quantecon.org/" title="quantecon.org">
18-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19-
</a>
20-
</div>
21-
```
2214

2315
# Racial Segregation
2416

0 commit comments

Comments
 (0)