Skip to content

Commit

Permalink
Update links to other notebooks in 01 and 02
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 11, 2023
1 parent 871b4f2 commit fdd7134
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tutorials/01-DataJoint Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1654,8 +1654,10 @@
"In the next session, we are going to extend our data pipeline with tables to represent **imported data** and define new tables to **compute and hold analysis results**.\n",
"\n",
"We will use both ephys and calcium imaging as example pipelines:\n",
"+ [02-electrophysiology](../02-Electrophysiology/02-Imported%20Tables%20-%20Interactive.ipynb)\n",
"+ [02-calcium imaging](../01-Calcium_Imaging/02-Imported%20Tables%20-%20Interactive.ipynb)"
"+ [02-Calcium Imaging Imported Tables](./02-Calcium%20Imaging%20Imported%20Tables.ipynb)\n",
"+ [03-Calcium Imaging Computed Tables](./03-Calcium%20Imaging%20Computed%20Tables.ipynb)\n",
"+ [04-Electrophysiology Imported Tables](./04-Electrophysiology%20Imported%20Tables.ipynb)\n",
"+ [05-Electrophysiology Computed Tables](./05-Electrophysiology%20Computed%20Tables.ipynb)"
]
},
{
Expand Down
7 changes: 6 additions & 1 deletion tutorials/02-Calcium Imaging Imported Tables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,13 @@
"source": [
"At this point, our pipeline contains the core elements with data populated, ready for further downstream analysis.\n",
"\n",
"In the next [session](./03-Computed%20Table,%20Lookup%20Table,%20and%20Part%20Table%20-%20Interactive.ipynb), we are going to introduce the concept of `Computed` table, and `Lookup` table, as well as learning to set up a automated computation routine."
"In the next [session](./03-Calcium%20Imaging%20Computed%20Tables.ipynb), we are going to introduce the concept of `Computed` table, and `Lookup` table, as well as learning to set up a automated computation routine."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit fdd7134

Please sign in to comment.