QuantEcon · GitHub

Commit 7d072c7

authored

Fix scroll_output and collapse-20 tags for file imports (#72)

* Fix scoll_output and collapse-20 tags for file imports * should be collapse-20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • lectures

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -406,7 +406,7 @@ The code below adds some functions that generate plots for instances of the `AMF

406406
407407

```{code-cell} python3

408408

---

409-

tags: [output_scroll]

409+

tags: [collapse-20]

410410

---

411411

def plot_given_paths(amf, T, ypath, mpath, spath, tpath,

412412

mbounds, sbounds, horline=0, show_trend=True):

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -810,7 +810,7 @@ The following code computes sustainable plans

810810

```{code-cell} python3

811811

---

812812

load: _static/lecture_specific/chang_credible/changecon.py

813-

tags: [output_scroll]

813+

tags: [collapse-20]

814814

---

815815

```

816816

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -61,7 +61,7 @@ The code below provides the `Neumann` class

6161
6262

```{code-cell} python3

6363

---

64-

tags: [output_scroll]

64+

tags: [collapse-20]

6565

---

6666

class Neumann(object):

6767

0 commit comments

Comments

 (0)

Read the original on github.com ↗