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

Commit

Permalink
Minor errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Aug 31, 2022
1 parent 06d8b0d commit 885fcc4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
9 changes: 9 additions & 0 deletions notebooks/01-configure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
"pwd"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import datajoint as dj"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
17 changes: 11 additions & 6 deletions notebooks/07-downstream-analysis-optional.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions notebooks/py_scripts/01-configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

pwd

import datajoint as dj

# ## Configure database host address and credentials
#
# Now let's set up the host, user and password in the `dj.config` global variable
Expand Down
2 changes: 1 addition & 1 deletion notebooks/py_scripts/07-downstream-analysis-optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

analysis.ActivityAlignment()

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

analysis.ActivityAlignment.AlignedTrialActivity()

Expand Down

0 comments on commit 885fcc4

Please sign in to comment.