We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb48db6 commit e302cf8Copy full SHA for e302cf8
element_array_ephys/plotting/widget.py
@@ -1,14 +1,14 @@
1
+from modulefinder import Module
2
import ipywidgets as widgets
3
import pathlib
4
from IPython.display import display
5
from .. import ephys_report
-from .. import ephys_no_curation as ephys
6
import plotly.graph_objs as go
7
import plotly.express as px
8
from skimage import io
9
10
11
-def ephys_widget():
+def ephys_widget(ephys: Module) -> widgets:
12
13
# Build dropdown widgets
14
probe_dropdown_wg = widgets.Dropdown(
0 commit comments