GitHub

@@ -1,23 +1,74 @@

11

title: Advanced Quantitative Economics with Python

22

author: Thomas J. Sargent & John Stachurski

33

logo: _static/qe-logo-large.png

4+

description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.

4556

execute:

6-

execute_notebooks: "off"

7-

timeout: 60

8-

# run_in_temp: true

7+

execute_notebooks: "cache"

8+

timeout: 1200

991010

bibtex_bibfiles:

1111

- _static/quant-econ.bib

121213+

html:

14+

baseurl: https://python-advanced.quantecon.org/

15+1316

sphinx:

14-

extra_extensions: [sphinx_multitoc_numbering]

17+

extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter]

1518

config:

19+

nb_render_priority:

20+

html:

21+

- "application/vnd.jupyter.widget-view+json"

22+

- "application/javascript"

23+

- "text/html"

24+

- "text/latex"

25+

- "image/svg+xml"

26+

- "image/png"

27+

- "image/jpeg"

28+

- "text/markdown"

29+

- "text/plain"

30+

jupyter:

31+

- "application/vnd.jupyter.widget-view+json"

32+

- "application/javascript"

33+

- "text/html"

34+

- "text/latex"

35+

- "image/svg+xml"

36+

- "image/png"

37+

- "image/jpeg"

38+

- "text/markdown"

39+

- "text/plain"

40+

html_favicon: _static/lectures-favicon.ico

1641

html_theme: quantecon_book_theme

1742

html_static_path: ['_static']

43+

html_theme_options:

44+

header_organisation_url: https://quantecon.org

45+

header_organisation: QuantEcon

46+

repository_url: https://github.com/QuantEcon/lecture-python-advanced.myst

47+

nb_repository_url: https://github.com/QuantEcon/lecture-python-advanced.notebooks

48+

twitter: quantecon

49+

twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png

50+

og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png

51+

description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.

52+

keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski

53+

google_analytics_id: UA-54984338-11

1854

mathjax_config:

1955

TeX:

2056

Macros:

2157

"argmax" : "arg\\,max"

2258

"argmin" : "arg\\,min"

2359

mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

60+

rediraffe_redirects:

61+

index_toc.md: intro.md

62+

tojupyter_static_file_path: ["source/_static", "_static"]

63+

tojupyter_target_html: true

64+

tojupyter_urlpath: "https://python-advanced.quantecon.org/"

65+

tojupyter_image_urlpath: "https://python-advanced.quantecon.org/_static/"

66+

tojupyter_lang_synonyms: ["ipython", "ipython3", "python"]

67+

tojupyter_kernels:

68+

python3:

69+

kernelspec:

70+

display_name: "Python"

71+

language: python3

72+

name: python3

73+

file_extension: ".py"

74+

tojupyter_images_markdown: true

Read the original on github.com ↗