Skip to content

Commit c67b6ad

Browse files
committed
Fix typo
1 parent bea477c commit c67b6ad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

notebooks/Python_HH_version/Python_Notebook_HH.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{
3838
"data": {
3939
"application/vnd.jupyter.widget-view+json": {
40-
"model_id": "3785f140f0394fd186765d0525cd0f1a",
40+
"model_id": "012cf4db99d64e63b2aba86949411ced",
4141
"version_major": 2,
4242
"version_minor": 0
4343
},
@@ -51,7 +51,7 @@
5151
{
5252
"data": {
5353
"application/vnd.jupyter.widget-view+json": {
54-
"model_id": "c5fc97be4b7f421fa15c5c60c6cb6b66",
54+
"model_id": "76a0b6d59696460dbbf15f755c87eee9",
5555
"version_major": 2,
5656
"version_minor": 0
5757
},
@@ -90,7 +90,7 @@
9090
"\n",
9191
"3) The third plot shows the **conductance densities** for Sodium (**g<sub>Na</sub> = gmax<sub>Na</sub> m<sup>3</sup> h**) and Potassium (**g<sub>K</sub> = gmax<sub>K</sub> n<sup>4</sup>**). Note, the leak conductance density value, **g<sub>L</sub>** is not voltage dependent, and so does not vary with time. The maximum conductance densities for the 3 conductances can be changed or set to zero.\n",
9292
"\n",
93-
"4) The fourth plot shows the influx (negative y-axis) and outflux (positive y-axis) of **ionic currents (I<sub>Na</sub> = gmax<sub>Na</sub> (V<sub>m</sub> - E<sub>Na</sub>), I<sub>K</sub> = gmax<sub>K</sub> (V<sub>m</sub> - E<sub>K</sub>) and I<sub>L</sub> = g<sub>L</sub> (V<sub>m</sub> - E<sub>L</sub>**) passing through each type of ion channel being modeled. The reversal potentials of each of these (**E<sub>X</sub>**) can be altered above. \n",
93+
"4) The fourth plot shows the influx (negative y-axis) and outflux (positive y-axis) of **ionic currents (I<sub>Na</sub> = g<sub>Na</sub> (V<sub>m</sub> - E<sub>Na</sub>), I<sub>K</sub> = g<sub>K</sub> (V<sub>m</sub> - E<sub>K</sub>) and I<sub>L</sub> = g<sub>L</sub> (V<sub>m</sub> - E<sub>L</sub>**) passing through each type of ion channel being modeled. The reversal potentials of each of these (**E<sub>X</sub>**) can be altered above. \n",
9494
"\n",
9595
"5) The bottom plot shows the **neural membrane potential activity, V<sub>m</sub>**. The spikes here are called \"action potentials\". This variable is governed by the expression: **dV<sub>m</sub>/dt = (I<sub>inj</sub> - I<sub>Na</sub> - I<sub>K</sub> - I<sub>L</sub>)/C<sub>m</sub>**\n",
9696
"\n",
@@ -118,7 +118,7 @@
118118
],
119119
"metadata": {
120120
"kernelspec": {
121-
"display_name": "Python 3 (ipykernel)",
121+
"display_name": "Python 3",
122122
"language": "python",
123123
"name": "python3"
124124
},

0 commit comments

Comments
 (0)