Skip to content

Commit be04def

Browse files
committed
Add note that current is in pA also...
1 parent 411acb3 commit be04def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/Python_HH_version/ui_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def highlight_slider():
9797
header_conductance = ipywidgets.HTMLMath(value=r"<b> Maximum Conductances, \(mS/cm^2\)</b>")
9898
header_potential = ipywidgets.HTMLMath(value=r"<b> Reversal Potentials, \(mV\)</b>")
9999
header_simTime = ipywidgets.HTMLMath(value=r"<b> Simulation Time, \(ms\)</b>")
100-
header_injCurrent = ipywidgets.HTMLMath(value=r"<b> Injection Current, \(\mu{A}/cm^2\)</b>")
100+
header_injCurrent = ipywidgets.HTMLMath(value=r"<b> Injection Current, \(\mu{A}/cm^2\) (or \(pA\) if cell has area 100 \(\mu{m}^2\))</b>")
101101
header_runMode = ipywidgets.HTML(value=r"<b>Select Run Mode</b>")
102102
header_vclamp_time = ipywidgets.HTMLMath(value=r"<b> Time, \(ms\)</b>")
103103
header_vclamp_volt = ipywidgets.HTMLMath(value=r"<b> Voltage, \(mV\)</b>")

0 commit comments

Comments
 (0)