Skip to content

Commit 9765d5e

Browse files
committed
hide long code
1 parent 3ea89cd commit 9765d5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lectures/long_run_growth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ mystnb:
241241
figure:
242242
caption: GDP per Capita, 1500- (China, UK, USA)
243243
name: gdppc_comparison
244+
tags: [hide-input]
244245
---
245246
# Define the namedtuple for the events
246247
Event = namedtuple('Event', ['year_range', 'y_text', 'text', 'color', 'ymax'])
@@ -329,6 +330,7 @@ mystnb:
329330
figure:
330331
caption: GDP per Capita, 1500-2000 (China)
331332
name: gdppc_china
333+
tags: [hide-input]
332334
---
333335
fig, ax = plt.subplots(dpi=300, figsize=(10, 6))
334336
@@ -386,6 +388,7 @@ mystnb:
386388
figure:
387389
caption: GDP per Capita, 1500-2000 (UK and US)
388390
name: gdppc_ukus
391+
tags: [hide-input]
389392
---
390393
fig, ax = plt.subplots(dpi=300, figsize=(10, 6))
391394

0 commit comments

Comments
 (0)