You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebook/notebook.ipynb
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@
48
48
},
49
49
{
50
50
"cell_type": "code",
51
-
"execution_count": 8,
51
+
"execution_count": 1,
52
52
"metadata": {},
53
53
"outputs": [
54
54
{
55
55
"data": {
56
56
"application/vnd.jupyter.widget-view+json": {
57
-
"model_id": "a4fcb2202ee348999f01df623a6598e9",
57
+
"model_id": "1d3c73d3138d47af8f717354d52f302c",
58
58
"version_major": 2,
59
59
"version_minor": 0
60
60
},
@@ -68,7 +68,7 @@
68
68
{
69
69
"data": {
70
70
"application/vnd.jupyter.widget-view+json": {
71
-
"model_id": "af43f6c641d140c0a0a4459b17e39637",
71
+
"model_id": "814554308e89435dac419867021cf088",
72
72
"version_major": 2,
73
73
"version_minor": 0
74
74
},
@@ -121,8 +121,15 @@
121
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
122
"2) The second plot from the bottom shows the activation/inactivation parameters of the ion channels in the neuron. \n",
123
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 two currents injected into the cell membrane at times 100ms and 300ms for default values. If injection current is changed from above slider then it will be a single rectangular pulse based on user input."
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."
0 commit comments