Skip to content

Commit a5296a2

Browse files
committed
small changes
1 parent fecc6ec commit a5296a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_and_explore.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": 1,
16+
"execution_count": null,
1717
"id": "28d0e8b6-9bbd-4256-a19a-ff36eeca5cfd",
1818
"metadata": {},
1919
"outputs": [],
2020
"source": [
21-
"#@title 1) Run once to install NiMARE (~1 minute)\n",
21+
"#@title Run once to install NiMARE (~1 minute)\n",
2222
"%%capture --no-display --no-stderr\n",
2323
"%%bash\n",
2424
"wget https://raw.githubusercontent.com/neurostuff/neurosynth-compose-notebook/main/requirements.txt\n",
@@ -42,7 +42,7 @@
4242
"metadata": {},
4343
"outputs": [],
4444
"source": [
45-
"#@title 2) Set your Neurosynth-Compose Meta-Analysis ID { run: \"auto\" }\n",
45+
"#@title Set your Neurosynth-Compose Meta-Analysis ID { run: \"auto\" }\n",
4646
"\n",
4747
"META_ID = None # for example: \"8dJ6tG7wfbyS\""
4848
]

0 commit comments

Comments
 (0)