Skip to content

Commit

Permalink
Download dataset from OpenNeuro
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Dec 22, 2023
1 parent 0ae1353 commit 6692d53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3393a694",
"metadata": {},
"outputs": [],
"source": [
"# Download data\n",
"\n",
"!datalad install https://github.com/OpenNeuroDatasets/ds004906.git\n",
"os.chdir(\"ds004906\")\n",
"!datalad get sub-01/"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -718,7 +732,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
datalad
notebook
tabulate

0 comments on commit 6692d53

Please sign in to comment.