From d8b5bfde5051d499efb93b7e29b11d4ac180aa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=A9o=20GUILBERT?= Date: Fri, 7 Nov 2025 11:23:16 +0100 Subject: [PATCH] a --- work.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/work.ipynb b/work.ipynb index 590f3ec..86762cd 100644 --- a/work.ipynb +++ b/work.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "9aeaf08b-26da-4300-b4d4-e20e9b835876", "metadata": {}, "outputs": [ @@ -15,12 +15,13 @@ } ], "source": [ + "print(\"Installing required packages...\")\n", "%pip install datasets matplotlib numpy scikit-learn sentence_transformers wordcloud -q" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "07d7e876-b3ba-40ed-b6d6-81683e7ee513", "metadata": {}, "outputs": [ @@ -34,6 +35,7 @@ } ], "source": [ + "print(\"Importing required packages...\")\n", "from datasets import load_dataset\n", "import matplotlib.pyplot as plt\n", "import random\n",