Skip to content

Commit 4364029

Browse files
authored
Merge pull request #17 from kp992/wasm
Remove jupylite code and use wasm pyodide
2 parents 498c301 + 932b390 commit 4364029

File tree

845 files changed

+299386
-12010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

845 files changed

+299386
-12010
lines changed

LICENSE

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 38 additions & 2 deletions

_config_copy.yml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
author: QuantEcon team
2+
3+
execute:
4+
execute_notebooks: "off"
5+
6+
only_build_toc_files: true
7+
8+
html:
9+
favicon : "figures/favicon.ico"
10+
baseurl : "https://quantecon.org/"
11+
12+
sphinx:
13+
config:
14+
html_js_files:
15+
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
16+
thebe_config:
17+
use_thebe_lite: true
18+
exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"]
19+
html_theme_options:
20+
logo:
21+
text: QuantEcon Intro Lectures
22+
image_light: figures/qe-logo.png
23+
image_dark: figures/qe-logo.png
24+
authors:
25+
- name: Thomas J. Sargent
26+
url: http://www.tomsargent.com/
27+
- name: John Stachurski
28+
url: https://johnstachurski.net/
29+
header_organisation_url: https://quantecon.org
30+
header_organisation: QuantEcon
31+
repository_url: https://github.com/QuantEcon/lecture-python-advanced.myst
32+
nb_repository_url: https://github.com/QuantEcon/lecture-python-advanced.notebooks
33+
twitter: quantecon
34+
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
35+
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
36+
description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
37+
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
38+
analytics:
39+
google_analytics_id: G-KZLV7PM9LL
40+
launch_buttons:
41+
thebe: true
42+
#colab_url : https://colab.research.google.com
43+
mathjax3_config:
44+
tex:
45+
macros:
46+
"argmax": "arg\\,max"
47+
"argmin": "arg\\,min"
48+
"col": "col"
49+
"Span": "span"
50+
"epsilon": "\\varepsilon"
51+
"EE": "\\mathbb{E}"
52+
"PP": "\\mathbb{P}"
53+
"RR": "\\mathbb{R}"
54+
"NN": "\\mathbb{N}"
55+
"ZZ": "\\mathbb{Z}"
56+
"aA": "\\mathcal{A}"
57+
"bB": "\\mathcal{B}"
58+
"cC": "\\mathcal{C}"
59+
"dD": "\\mathcal{D}"
60+
"eE": "\\mathcal{E}"
61+
"fF": "\\mathcal{F}"
62+
"gG": "\\mathcal{G}"
63+
"hH": "\\mathcal{H}"
64+
html_show_copyright: false
65+
html_last_updated_fmt: '%B %-d, %Y'
66+
html_static_path: ["figures"] # add folders that contain files that need to be included, such as the location of the logo(s)
67+
mathjax3_config:
68+
chtml: {
69+
mtextInheritFont: true # To typeset text within math prettier
70+
}
71+
extra_extensions:
72+
- sphinx.ext.imgconverter
73+
- jupyterbook_patches
74+
- download_link_replacer
75+
- sphinx.ext.extlinks
76+
- sphinx_image_inverter
77+
- sphinx_exercise
78+
- sphinx_proof
79+
- sphinx_tojupyter
80+
- sphinx_reredirects
81+
82+
bibtex_bibfiles:
83+
- references.bib

book/_build/.doctrees/about.doctree

14.8 KB
Binary file not shown.
85 KB
Binary file not shown.
64.8 KB
Binary file not shown.
69.7 KB
Binary file not shown.
113 KB
Binary file not shown.

book/_build/.doctrees/cobweb.doctree

67.5 KB
Binary file not shown.
59.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)