You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/exploring_data/data_download.ipynb
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -142,16 +142,18 @@
142
142
]
143
143
},
144
144
{
145
-
"metadata": {},
146
145
"cell_type": "markdown",
146
+
"metadata": {},
147
147
"source": [
148
148
"### Find recordings of a specific brain region\n",
149
149
"If we are interested in a given brain region, we can use the `search_insertions` method to find all recordings associated with that region. For example, to find all recordings associated with the **Rhomboid Nucleus (RH)** region of the thalamus."
150
150
]
151
151
},
152
152
{
153
-
"metadata": {},
154
153
"cell_type": "code",
154
+
"execution_count": null,
155
+
"metadata": {},
156
+
"outputs": [],
155
157
"source": [
156
158
"# this is the query that yields the few recordings for the Rhomboid Nucleus (RH) region\n",
0 commit comments