diff --git a/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb b/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb
index 5873280ac1ad073cb3c26f68edd5b294ae0ebf5d..e11a3672596f79bdba180bea3e9a0b36bf2ca077 100644
--- a/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb
+++ b/.ipynb_checkpoints/multi-area-model-checkpoint.ipynb
@@ -440,9 +440,9 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# p, r = M.theory.integrate_siegert()\n",
-    "# print(\"Mean-field theory predicts an average \"\n",
-    "#       \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))"
+    "p, r = M.theory.integrate_siegert()\n",
+    "print(\"Mean-field theory predicts an average \"\n",
+    "      \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))"
    ]
   },
   {
@@ -471,10 +471,10 @@
     "# Neuron numbers\n",
     "\n",
     "# Dictionary of neuron numbers\n",
-    "# M.N\n",
+    "# print(M.N)\n",
     "\n",
     "# Array of neuron numbers\n",
-    "# M.N_vec"
+    "# (M.N_vec)"
    ]
   },
   {
diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb
index 5873280ac1ad073cb3c26f68edd5b294ae0ebf5d..e11a3672596f79bdba180bea3e9a0b36bf2ca077 100644
--- a/multi-area-model.ipynb
+++ b/multi-area-model.ipynb
@@ -440,9 +440,9 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# p, r = M.theory.integrate_siegert()\n",
-    "# print(\"Mean-field theory predicts an average \"\n",
-    "#       \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))"
+    "p, r = M.theory.integrate_siegert()\n",
+    "print(\"Mean-field theory predicts an average \"\n",
+    "      \"firing rate of {0:.3f} spikes/s across all populations.\".format(np.mean(r[:, -1])))"
    ]
   },
   {
@@ -471,10 +471,10 @@
     "# Neuron numbers\n",
     "\n",
     "# Dictionary of neuron numbers\n",
-    "# M.N\n",
+    "# print(M.N)\n",
     "\n",
     "# Array of neuron numbers\n",
-    "# M.N_vec"
+    "# (M.N_vec)"
    ]
   },
   {