From 7405fcb0d453107fe7e6b5982457ea14325bb688 Mon Sep 17 00:00:00 2001 From: Agah Date: Thu, 25 Jan 2024 14:13:28 +0400 Subject: [PATCH] Misc fixes --- binder/data_requirement.json | 2 +- content/index.ipynb | 2 +- content/requirements.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/binder/data_requirement.json b/binder/data_requirement.json index 06d81f2..525e864 100644 --- a/binder/data_requirement.json +++ b/binder/data_requirement.json @@ -1,5 +1,5 @@ { - "src": "https://github.com/rrsg2020/analysis/releases/download/v1/rrsg-2020-neurolibre.zip", + "src": "10.5281/zenodo.8419805", "dst": "../data", "projectName": "rrsg2020-note" } diff --git a/content/index.ipynb b/content/index.ipynb index 8299bfe..643b0df 100644 --- a/content/index.ipynb +++ b/content/index.ipynb @@ -344,7 +344,7 @@ " os.remove(os.path.join(dir_name, item))\n", "elif build == 'archive':\n", " if os.path.isdir(Path('../data')):\n", - " data_path = ['../data/rrsg-2020-neurolibre']\n", + " data_path = ['../data/rrsg-2020-note']\n", " else:\n", " # define data requirement path\n", " data_req_path = os.path.join(\"..\", \"binder\", \"data_requirement.json\")\n", diff --git a/content/requirements.txt b/content/requirements.txt index ad7964a..d9659e0 100644 --- a/content/requirements.txt +++ b/content/requirements.txt @@ -3,4 +3,5 @@ matplotlib numpy scipy plotly -markdown \ No newline at end of file +markdown +repo2data==2.9.1 \ No newline at end of file