Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 885fcc4

Browse files
committed
Minor errors fixed
1 parent 06d8b0d commit 885fcc4

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

notebooks/01-configure.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
"pwd"
3535
]
3636
},
37+
{
38+
"cell_type": "code",
39+
"execution_count": null,
40+
"metadata": {},
41+
"outputs": [],
42+
"source": [
43+
"import datajoint as dj"
44+
]
45+
},
3746
{
3847
"cell_type": "markdown",
3948
"metadata": {},

notebooks/07-downstream-analysis-optional.ipynb

Lines changed: 11 additions & 6 deletions
Large diffs are not rendered by default.

notebooks/py_scripts/01-configure.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
pwd
2929

30+
import datajoint as dj
31+
3032
# ## Configure database host address and credentials
3133
#
3234
# Now let's set up the host, user and password in the `dj.config` global variable

notebooks/py_scripts/07-downstream-analysis-optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
analysis.ActivityAlignment()
171171

172-
# The `AlignedTrialActivity` part table captures aligned traces fore each alignment and trial condition specified in the master table.
172+
# The `AlignedTrialActivity` part table captures aligned traces for each alignment and trial condition specified in the master table.
173173

174174
analysis.ActivityAlignment.AlignedTrialActivity()
175175

0 commit comments

Comments
 (0)