Skip to content

Commit 5d3c352

Browse files
committed
A couple spelling fixes
1 parent 0ede5d1 commit 5d3c352

File tree

2 files changed

+568
-3
lines changed

2 files changed

+568
-3
lines changed

01-DataJoint Basics - Interactive.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"cell_type": "markdown",
149149
"metadata": {},
150150
"source": [
151-
"In the current notebook, we will design the tables for mouse and experimental sessions, the rest of the pipeline will be designed in the subdirectory `electrophysioloy` and `calcium_imaging`"
151+
"In the current notebook, we will design the tables for mouse and experimental sessions, the rest of the pipeline will be designed in the subdirectory `electrophysiology` and `calcium_imaging`"
152152
]
153153
},
154154
{
@@ -746,7 +746,7 @@
746746
"cell_type": "markdown",
747747
"metadata": {},
748748
"source": [
749-
"We will introduce three major types of queries used in DataJoint:\n",
749+
"We will introduce four major types of queries used in DataJoint:\n",
750750
"* restriction (`&`) and negative restriction (`-`): filter data\n",
751751
"* join (`*`): bring fields from different tables together\n",
752752
"* projection (`.proj()`): focus on a subset of attributes\n",
@@ -1548,6 +1548,9 @@
15481548
}
15491549
],
15501550
"metadata": {
1551+
"jupytext": {
1552+
"formats": "ipynb,py:light"
1553+
},
15511554
"kernelspec": {
15521555
"display_name": "Python 3",
15531556
"language": "python",
@@ -1563,7 +1566,7 @@
15631566
"name": "python",
15641567
"nbconvert_exporter": "python",
15651568
"pygments_lexer": "ipython3",
1566-
"version": "3.7.3"
1569+
"version": "3.5.6"
15671570
}
15681571
},
15691572
"nbformat": 4,

0 commit comments

Comments
 (0)