diff --git a/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb b/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb
index 0d371d6cc97d6d0b1574f1dee9311247f7d44fcf..2b4f87570a02d8aac0bb67551f8f04c1b03553b9 100644
--- a/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb
+++ b/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 1,
+   "execution_count": null,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -27,25 +27,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 2,
+   "execution_count": null,
    "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "0    54\n",
-       "1    22\n",
-       "2    19\n",
-       "3    73\n",
-       "4    80\n",
-       "dtype: int64"
-      ]
-     },
-     "execution_count": 2,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "outputs": [],
    "source": [
     "scores_list = [54, 22, 19, 73, 80]\n",
     "scores_series = Series(scores_list)\n",