File tree Expand file tree Collapse file tree
notebooks/Python_HH_version Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def highlight_slider():
9797header_conductance = ipywidgets .HTMLMath (value = r"<b> Maximum Conductances, \(mS/cm^2\)</b>" )
9898header_potential = ipywidgets .HTMLMath (value = r"<b> Reversal Potentials, \(mV\)</b>" )
9999header_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>" )
101101header_runMode = ipywidgets .HTML (value = r"<b>Select Run Mode</b>" )
102102header_vclamp_time = ipywidgets .HTMLMath (value = r"<b> Time, \(ms\)</b>" )
103103header_vclamp_volt = ipywidgets .HTMLMath (value = r"<b> Voltage, \(mV\)</b>" )
You can’t perform that action at this time.
0 commit comments