Skip to content

Commit

Permalink
Merge pull request #936 from int-brain-lab/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
mayofaulkner authored Feb 17, 2025
2 parents 473236a + e8a4c1e commit 74f578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/exploring_data/data_download.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Find an example session with data\n",
"eid, *_ = one.search(project='brainwide', dataset='alf/')\n",
"# Find an example session with trials data\n",
"eid, *_ = one.search(project='brainwide', dataset='_ibl_trials.table.pqt')\n",
"# List datasets associated with a session, in the alf collection\n",
"datasets = one.list_datasets(eid, collection='alf*')\n",
"\n",
Expand Down

0 comments on commit 74f578b

Please sign in to comment.