From 1816e8b118f98b3ed93107566911c998639d20f4 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Thu, 13 Apr 2023 14:01:24 +1000 Subject: [PATCH 1/3] analytics config --- lectures/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index a7b72d8e..2bd8bff6 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -2,8 +2,6 @@ title: QuantEcon DataScience author: Chase Coleman, Spencer Lyon, and Jesse Perla logo: _static/datascience-logo.png description: This website presents a series of lectures on programming, data science, and economics. -analytics: - google_analytics_id: UA-54984338-5 execute: execute_notebooks: "force" @@ -45,6 +43,8 @@ sphinx: og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png description: This website presents a series of lectures on programming, data science, and economics. keywords: Python, QuantEcon, DataScience + analytics: + google_analytics_id: UA-54984338-5 launch_buttons: colab_url: https://colab.research.google.com binderhub_url: https://mybinder.org From ced0a490f5e033cdd5e7948ec4823258383f4a16 Mon Sep 17 00:00:00 2001 From: DrDrij Date: Fri, 5 May 2023 15:42:28 +1000 Subject: [PATCH 2/3] Update analytics code for GA4 --- lectures/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 2bd8bff6..9ad55646 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -44,7 +44,7 @@ sphinx: description: This website presents a series of lectures on programming, data science, and economics. keywords: Python, QuantEcon, DataScience analytics: - google_analytics_id: UA-54984338-5 + google_analytics_id: G-S8CBQPC844 launch_buttons: colab_url: https://colab.research.google.com binderhub_url: https://mybinder.org From b8250763ae9a09ed35d61d5146de9c19585fb091 Mon Sep 17 00:00:00 2001 From: Phil Solimine <15682144+doctor-phil@users.noreply.github.com> Date: Fri, 12 May 2023 14:01:38 -0700 Subject: [PATCH 3/3] Multiple build errors possibly caused by major pandas upgrade Pandas upgrade to v2.0 seems to have broken a lot of stuff in the lectures. Pinned version to 1.5.3 (last working version) --- environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment.yml b/environment.yml index 760da83c..abcfd6d2 100644 --- a/environment.yml +++ b/environment.yml @@ -7,6 +7,9 @@ dependencies: - pip - pip: # Build Requirements + - pandas == 1.5.3 + - pandas-datareader == 0.10.0 + - numpy == 1.23.5 - jupyter-book==0.15.1 - docutils==0.17.1 - quantecon-book-theme==0.4.1