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

Commit df95c1d

Browse files
committed
Edit analysis activation in nb 7
1 parent 1d6fb25 commit df95c1d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

notebooks/07-downstream-analysis.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
}
7676
],
7777
"source": [
78-
"from workflow_array_ephys.pipeline import session, ephys, trial, event\n",
79-
"from workflow_array_ephys import analysis"
78+
"from workflow_array_ephys.pipeline import session, ephys, trial, event, analysis"
8079
]
8180
},
8281
{

notebooks/py_scripts/07-downstream-analysis.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# ---
22
# jupyter:
33
# jupytext:
4+
# formats: ipynb,py_scripts//py
45
# text_representation:
56
# extension: .py
67
# format_name: light
78
# format_version: '1.5'
8-
# jupytext_version: 1.13.7
9+
# jupytext_version: 1.14.1
910
# kernelspec:
10-
# display_name: Python 3.9.12 ('ele')
11+
# display_name: Python 3.9.13 ('ele')
1112
# language: python
1213
# name: python3
1314
# ---
@@ -30,8 +31,7 @@
3031

3132
# Next, we populate the python namespace with the required schemas
3233

33-
from workflow_array_ephys.pipeline import session, ephys, trial, event
34-
from workflow_array_ephys import analysis
34+
from workflow_array_ephys.pipeline import session, ephys, trial, event, analysis
3535

3636
# + [markdown] jp-MarkdownHeadingCollapsed=true jp-MarkdownHeadingCollapsed=true tags=[]
3737
# ## Trial and Event schemas
@@ -206,3 +206,6 @@
206206
"trial_condition": "stim_center_button",
207207
}
208208
analysis.SpikesAlignment().plot(alignment_condition, unit=2)
209+
# -
210+
211+

0 commit comments

Comments
 (0)