diff --git a/notebooks/TP0_m2LiTL_BasicsOfPoo_2324.ipynb b/notebooks/TP0_m2LiTL_BasicsOfPoo_2324.ipynb
index 61a88065964b5ebba1222b980b80f36067ddf222..e72822258bbd5c562ff42a76eba4b62a8f22357e 100644
--- a/notebooks/TP0_m2LiTL_BasicsOfPoo_2324.ipynb
+++ b/notebooks/TP0_m2LiTL_BasicsOfPoo_2324.ipynb
@@ -45,28 +45,10 @@
         "flash.present()"
       ],
       "metadata": {
-        "id": "H4jlq4Jk8txx",
-        "colab": {
-          "base_uri": "https://localhost:8080/"
-        },
-        "outputId": "510c8f08-7820-426f-aa25-9dd6224051c3"
+        "id": "H4jlq4Jk8txx"
       },
       "execution_count": null,
-      "outputs": [
-        {
-          "output_type": "execute_result",
-          "data": {
-            "text/plain": [
-              "'Hey! I am Flash McQueen, I am red and I appeared in 2006'"
-            ],
-            "application/vnd.google.colaboratory.intrinsic+json": {
-              "type": "string"
-            }
-          },
-          "metadata": {},
-          "execution_count": 2
-        }
-      ]
+      "outputs": []
     },
     {
       "cell_type": "code",
@@ -75,28 +57,10 @@
         "flash.present()"
       ],
       "metadata": {
-        "id": "8yZiyne39Yt7",
-        "colab": {
-          "base_uri": "https://localhost:8080/"
-        },
-        "outputId": "0e4c457e-259b-4d97-a171-a55c67195cfc"
+        "id": "8yZiyne39Yt7"
       },
       "execution_count": null,
-      "outputs": [
-        {
-          "output_type": "execute_result",
-          "data": {
-            "text/plain": [
-              "'Hey! I am Flash McQueen, I am purple and I appeared in 2006'"
-            ],
-            "application/vnd.google.colaboratory.intrinsic+json": {
-              "type": "string"
-            }
-          },
-          "metadata": {},
-          "execution_count": 3
-        }
-      ]
+      "outputs": []
     },
     {
       "cell_type": "markdown",
@@ -113,29 +77,10 @@
       "cell_type": "code",
       "source": [],
       "metadata": {
-        "id": "Kn3BotmnjegN",
-        "colab": {
-          "base_uri": "https://localhost:8080/",
-          "height": 35
-        },
-        "outputId": "a4d5ea5d-b476-4df8-b7a0-f99f3c9b9446"
+        "id": "Kn3BotmnjegN"
       },
       "execution_count": null,
-      "outputs": [
-        {
-          "output_type": "execute_result",
-          "data": {
-            "text/plain": [
-              "'Hey! I am Sally Carrera, I am blue and I appeared in 2006'"
-            ],
-            "application/vnd.google.colaboratory.intrinsic+json": {
-              "type": "string"
-            }
-          },
-          "metadata": {},
-          "execution_count": 5
-        }
-      ]
+      "outputs": []
     },
     {
       "cell_type": "markdown",
@@ -209,29 +154,16 @@
       "cell_type": "code",
       "source": [
         "# creation of an object variable or an instance\n",
-        "emy = Employee('emily', 42, 90000, 'happy manager')\n",
+        "\n",
         "\n",
         "# calling a function\n",
-        "emy.display()\n"
+        "\n"
       ],
       "metadata": {
-        "id": "OCUkIAdVo3LT",
-        "colab": {
-          "base_uri": "https://localhost:8080/"
-        },
-        "outputId": "3cb55ef2-0bac-4de0-86f7-e242ffd46494"
+        "id": "OCUkIAdVo3LT"
       },
-      "execution_count": null,
-      "outputs": [
-        {
-          "output_type": "stream",
-          "name": "stdout",
-          "text": [
-            "emily\n",
-            "42\n"
-          ]
-        }
-      ]
+      "execution_count": 2,
+      "outputs": []
     },
     {
       "cell_type": "code",