Skip to content

Commit bb680be

Browse files
committed
fix config status issue
1 parent 215e2d9 commit bb680be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/intro_supply_demand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ mystnb:
471471
figure:
472472
caption: "Supply and demand (consumer surplus)"
473473
name: supply_demand_cs
474+
tags: [hide-input]
474475
---
475-
:tags: [hide-input]
476476
477477
q = 1.25
478478
p = inverse_demand(q, market)
@@ -537,8 +537,8 @@ mystnb:
537537
figure:
538538
caption: "Supply and demand (producer surplus)"
539539
name: supply_demand_ps
540+
tags: [hide-input]
540541
---
541-
:tags: [hide-input]
542542
543543
q = 0.75
544544
p = inverse_supply(q, market)
@@ -618,8 +618,8 @@ mystnb:
618618
figure:
619619
caption: "Welfare"
620620
name: wf
621+
tags: [hide-input]
621622
---
622-
:tags: [hide-input]
623623
624624
q_vals = np.linspace(0, 1.78, 200)
625625
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)