From 5fb59db0717d5be15d73e76278126c174ae4f9a7 Mon Sep 17 00:00:00 2001 From: Teresia Olsson Date: Wed, 9 Sep 2026 17:34:17 +0200 Subject: [PATCH 1/2] Add notebook dir to binder config to see if it fixes the problem. --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 95302fc..5ccf14a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,6 +48,7 @@ "branch": "main", "binderhub_url": "https://mybinder.org", "dependencies": ["../requirements.txt"], + "notebooks_dir": "docs/tutorials", "use_jupyter_lab": True, }, } From b2b8e671a791de1823ef7e61708cfd3aaa93277c Mon Sep 17 00:00:00 2001 From: Teresia Olsson Date: Wed, 9 Sep 2026 17:39:58 +0200 Subject: [PATCH 2/2] Modified binder configuration. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5ccf14a..738c880 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ "branch": "main", "binderhub_url": "https://mybinder.org", "dependencies": ["../requirements.txt"], - "notebooks_dir": "docs/tutorials", + "notebooks_dir": "notebooks", "use_jupyter_lab": True, }, }