Skip to content

Commit 95a2821

Browse files
committed
Tweaks to the notebook
1 parent fc70e73 commit 95a2821

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

notebook/notebook.ipynb

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tags": []
77
},
88
"source": [
9-
"# Interactive Tutorial for Hodgkin Huxley Model on Juypter Lab"
9+
"# Interactive Tutorial for Hodgkin Huxley Model"
1010
]
1111
},
1212
{
@@ -43,7 +43,7 @@
4343
"cell_type": "markdown",
4444
"metadata": {},
4545
"source": [
46-
"<font size=\"5\">Execute Hodgkin Huxley Model</font>"
46+
"<font size=\"5\">Execute the Hodgkin Huxley Model</font>"
4747
]
4848
},
4949
{
@@ -54,7 +54,7 @@
5454
{
5555
"data": {
5656
"application/vnd.jupyter.widget-view+json": {
57-
"model_id": "1d3c73d3138d47af8f717354d52f302c",
57+
"model_id": "05caa7139d7b4e83afec0f388766963d",
5858
"version_major": 2,
5959
"version_minor": 0
6060
},
@@ -68,7 +68,7 @@
6868
{
6969
"data": {
7070
"application/vnd.jupyter.widget-view+json": {
71-
"model_id": "814554308e89435dac419867021cf088",
71+
"model_id": "44e8d73980a44a4e9fbfe56ac6695863",
7272
"version_major": 2,
7373
"version_minor": 0
7474
},
@@ -118,10 +118,13 @@
118118
"cell_type": "markdown",
119119
"metadata": {},
120120
"source": [
121-
"1) Starting from the bottom, the first (bottom-most) plot shows neural membrane voltage activity. The spikes here are called \"action potentials\" and correspond directly to the current/time plot. Outflux of *Na* directly followed by influx of *K* causes the spiking activity observed in the plot.\n",
122-
"2) The second plot from the bottom shows the activation/inactivation parameters of the ion channels in the neuron. \n",
123-
"3) Third plot from the bottom (the current/time plot) makes this more concrete, showing the influx (negative y-axis) and outflux (positive y-axis) of ions passing through each type of ion channel being modeled.\n",
124-
"4) The top-most plot, shows current injected into the cell membrane at times 150ms for default values. The injection current can be changed from above slider for amplitude, duration and delay."
121+
"1) Starting from the bottom, the first (bottom-most) plot shows the **neural membrane voltage activity**. The spikes here are called \"action potentials\" and correspond directly to the current/time plot. Outflux of *Na* directly followed by influx of *K* causes the spiking activity observed in the plot.\n",
122+
"\n",
123+
"2) The second plot from the bottom shows the **activation/inactivation variables** of the ion channels in the neuron, activation variable m and inactivation variable h for *Na*, and activation variable n for *K*.\n",
124+
"\n",
125+
"3) Third plot from the bottom (the current/time plot) makes this more concrete, showing the influx (negative y-axis) and outflux (positive y-axis) of **ionic currents** passing through each type of ion channel being modeled.\n",
126+
"\n",
127+
"4) The top-most plot, shows **current injected into the cell membrane**. The injection current can be changed from above slider for amplitude, duration and delay."
125128
]
126129
},
127130
{
@@ -148,7 +151,7 @@
148151
"name": "python",
149152
"nbconvert_exporter": "python",
150153
"pygments_lexer": "ipython3",
151-
"version": "3.9.7"
154+
"version": "3.7.7"
152155
}
153156
},
154157
"nbformat": 4,

0 commit comments

Comments
 (0)