|
6 | 6 | "tags": [] |
7 | 7 | }, |
8 | 8 | "source": [ |
9 | | - "# Interactive Tutorial for Hodgkin Huxley Model on Juypter Lab" |
| 9 | + "# Interactive Tutorial for Hodgkin Huxley Model" |
10 | 10 | ] |
11 | 11 | }, |
12 | 12 | { |
|
43 | 43 | "cell_type": "markdown", |
44 | 44 | "metadata": {}, |
45 | 45 | "source": [ |
46 | | - "<font size=\"5\">Execute Hodgkin Huxley Model</font>" |
| 46 | + "<font size=\"5\">Execute the Hodgkin Huxley Model</font>" |
47 | 47 | ] |
48 | 48 | }, |
49 | 49 | { |
|
54 | 54 | { |
55 | 55 | "data": { |
56 | 56 | "application/vnd.jupyter.widget-view+json": { |
57 | | - "model_id": "1d3c73d3138d47af8f717354d52f302c", |
| 57 | + "model_id": "05caa7139d7b4e83afec0f388766963d", |
58 | 58 | "version_major": 2, |
59 | 59 | "version_minor": 0 |
60 | 60 | }, |
|
68 | 68 | { |
69 | 69 | "data": { |
70 | 70 | "application/vnd.jupyter.widget-view+json": { |
71 | | - "model_id": "814554308e89435dac419867021cf088", |
| 71 | + "model_id": "44e8d73980a44a4e9fbfe56ac6695863", |
72 | 72 | "version_major": 2, |
73 | 73 | "version_minor": 0 |
74 | 74 | }, |
|
118 | 118 | "cell_type": "markdown", |
119 | 119 | "metadata": {}, |
120 | 120 | "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." |
125 | 128 | ] |
126 | 129 | }, |
127 | 130 | { |
|
148 | 151 | "name": "python", |
149 | 152 | "nbconvert_exporter": "python", |
150 | 153 | "pygments_lexer": "ipython3", |
151 | | - "version": "3.9.7" |
| 154 | + "version": "3.7.7" |
152 | 155 | } |
153 | 156 | }, |
154 | 157 | "nbformat": 4, |
|
0 commit comments