Skip to content

Commit c803c72

Browse files
committed
[inequality] enable direct latex math and adjust code outputs vis
1 parent a1430ba commit c803c72

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

lectures/_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ author: Thomas J. Sargent & John Stachurski
33
logo: _static/qe-logo.png
44
description: This website presents an undergraduate set of lectures computational economics, designed and written by Thomas J. Sargent and John Stachurski.
55

6+
parse:
7+
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
8+
- amsmath
9+
- colon_fence
10+
- deflist
11+
- dollarmath
12+
- html_admonition
13+
- html_image
14+
- linkify
15+
- replacements
16+
- smartquotes
17+
- substitution
18+
- tasklist
19+
620
execute:
721
execute_notebooks: "cache"
822
timeout: 600 # 10 minutes

lectures/inequality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kernelspec:
1414
# Measuring Inequality
1515

1616
```{code-cell} ipython3
17-
:tags: [hide_input]
17+
:tags: [hide-output]
1818
!pip install --upgrade quantecon interpolation
1919
```
2020

0 commit comments

Comments
 (0)