Skip to content

Commit 69d9427

Browse files
committed
remove extra whitespace possible from copy/pasting
1 parent 5aeeefd commit 69d9427

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

run_and_explore.ipynb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
],
6363
"source": [
6464
"#@title Set your Neurosynth-Compose Meta-Analysis ID { run: \"auto\" }\n",
65-
"META_ID = input(\"Paste the 12 character ID of the meta-analysis here: \") # for example: \"8dJ6tG7wfbyS\""
65+
"META_ID = input(\"Paste the 12 character ID of the meta-analysis here: \") # for example: \"8dJ6tG7wfbyS\"\n",
66+
"META_ID = META_ID.replace(\" \", \"\")"
6667
]
6768
},
6869
{
@@ -109,8 +110,8 @@
109110
"cell_type": "markdown",
110111
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63",
111112
"metadata": {
112-
"tags": [],
113-
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63"
113+
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63",
114+
"tags": []
114115
},
115116
"source": [
116117
"## Choose which statistical map to investigate\n",
@@ -220,6 +221,9 @@
220221
}
221222
],
222223
"metadata": {
224+
"colab": {
225+
"provenance": []
226+
},
223227
"kernelspec": {
224228
"display_name": "Python 3 (ipykernel)",
225229
"language": "python",
@@ -236,11 +240,8 @@
236240
"nbconvert_exporter": "python",
237241
"pygments_lexer": "ipython3",
238242
"version": "3.8.10"
239-
},
240-
"colab": {
241-
"provenance": []
242243
}
243244
},
244245
"nbformat": 4,
245246
"nbformat_minor": 5
246-
}
247+
}

0 commit comments

Comments
 (0)