diff --git a/notebooks/Block_0/Checking_Correct_Installation.ipynb b/notebooks/Block_0/Checking_Correct_Installation.ipynb
index 7e8f12fa4799a07ff9292dad5e8392e44b28fb85..9c6d283ea7dc2c4be703d3614526752b4f27052d 100644
--- a/notebooks/Block_0/Checking_Correct_Installation.ipynb
+++ b/notebooks/Block_0/Checking_Correct_Installation.ipynb
@@ -32,28 +32,28 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 5,
+   "execution_count": 3,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "'2.4.1'"
+       "'2.7.1'"
       ]
      },
-     "execution_count": 5,
+     "execution_count": 3,
      "metadata": {},
      "output_type": "execute_result"
     }
    ],
    "source": [
     "import tensorflow as tf\n",
-    "tf.__version__ #Should work and give 2.4.1"
+    "tf.__version__ #Should work and give 2.7.1"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 3,
+   "execution_count": 4,
    "metadata": {},
    "outputs": [
     {
@@ -62,7 +62,7 @@
        "'1.19.1'"
       ]
      },
-     "execution_count": 3,
+     "execution_count": 4,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -74,16 +74,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 4,
+   "execution_count": 5,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "<matplotlib.collections.PathCollection at 0x7ff7a900c990>"
+       "<matplotlib.collections.PathCollection at 0x7fec50d77050>"
       ]
      },
-     "execution_count": 4,
+     "execution_count": 5,
      "metadata": {},
      "output_type": "execute_result"
     },
@@ -105,13 +105,6 @@
     "%matplotlib inline\n",
     "plt.scatter(range(100), np.sin(0.1 * np.array(range(100))))"
    ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": []
   }
  ],
  "metadata": {