You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/geom_series.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ kernelspec:
29
29
:depth: 2
30
30
```
31
31
32
+
```{admonition} Migrated lecture
33
+
:class: warning
34
+
35
+
This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).
36
+
```
37
+
32
38
## Overview
33
39
34
40
The lecture describes important ideas in economics that use the mathematics of geometric series.
Copy file name to clipboardExpand all lines: lectures/lp_intro.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ kernelspec:
12
12
(lp_intro)=
13
13
# Linear Programming
14
14
15
+
```{admonition} Migrated lecture
16
+
:class: warning
17
+
18
+
This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).
19
+
```
20
+
15
21
In this lecture, we will need the following library. Install [ortools](https://developers.google.com/optimization) using `pip`.
Copy file name to clipboardExpand all lines: lectures/short_path.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ kernelspec:
27
27
:depth: 2
28
28
```
29
29
30
+
```{admonition} Migrated lecture
31
+
:class: warning
32
+
33
+
This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).
34
+
```
35
+
30
36
## Overview
31
37
32
38
The shortest path problem is a [classic problem](https://en.wikipedia.org/wiki/Shortest_path) in mathematics and computer science with applications in
0 commit comments