Skip to content

Commit 1980c36

Browse files
authored
google analytics id (#273)
1 parent 46ef0b1 commit 1980c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ title: Python Programming for Economics and Finance
22
author: Thomas J. Sargent & John Stachurski
33
logo: _static/qe-logo.png
44
description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
5-
analytics:
6-
google_analytics_id: UA-54984338-9
75

86
execute:
97
execute_notebooks: "cache"
@@ -32,6 +30,8 @@ sphinx:
3230
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
3331
description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
3432
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
33+
analytics:
34+
google_analytics_id: UA-54984338-9
3535
launch_buttons:
3636
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
3737
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)

0 commit comments

Comments
 (0)