From 8692f612ba8147d9440b1a1594f0269e778b703d Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 29 Aug 2025 12:43:45 -0700 Subject: [PATCH 1/2] Add plausible analytics --- _includes/page-header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/page-header.html b/_includes/page-header.html index f26845ce..2333966e 100644 --- a/_includes/page-header.html +++ b/_includes/page-header.html @@ -14,4 +14,5 @@

{{ include.title }}

anchors.add(); }); + From 32260340f1d6f68da86dabaf3f690e1d8a69d48f Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 29 Aug 2025 14:55:39 -0700 Subject: [PATCH 2/2] Add a README for Plausible --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d885b4ee..d4af34dc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,16 @@ Here's an image of this box on a GitHub PR page: ![Netlify Preview Button](.github/images/netlify-preview.png) +## Web analytics (experimental) + +We are experimenting with [Plausible.io](https://plausible.io/) for web analytics. +Access it at this link, using the [1Password](https://ec.jupyter.org/accounts/#password) for login credentials. + +Plausible dashboard link: https://plausible.io/jupyter.org/ + +- See [this issue for updates](https://github.com/jupyter/jupyter.github.io/issues/815). +- [Here's the change that adds the Plausible script](https://github.com/jupyter/jupyter.github.io/pull/816/files#diff-7c00ab81dd0968f6fb395b5986f71fd56704c48a71f0b9583058f5aaaad03aa7R17). + ## Build the site locally See the sections below for a few ways to build the site locally.