Skip to content

Commit 982d2ba

Browse files
committed
capture at top of cell
1 parent 7bd99de commit 982d2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exploring_data/data_download.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
"metadata": {},
199199
"outputs": [],
200200
"source": [
201+
"%%capture\n",
201202
"# Note that tags are associated with datasets originally\n",
202203
"# You can load a local index of sessions and datasets associated with a specific data release\n",
203204
"one.load_cache(tag='2022_Q2_IBL_et_al_RepeatedSite')\n",
@@ -209,7 +210,6 @@
209210
"insertions_rep_site = one.alyx.rest('insertions', 'list', django=ins_str_query)\n",
210211
"\n",
211212
"# To return to the full cache containing an index of all IBL experiments\n",
212-
"%%capture\n",
213213
"ONE.cache_clear()\n",
214214
"one = ONE(base_url='https://openalyx.internationalbrainlab.org')"
215215
]

0 commit comments

Comments
 (0)