From 06df5cbca4cf7fb06f2ec0ba53cc0879f79b61f4 Mon Sep 17 00:00:00 2001 From: Ibrahim-Ola Date: Wed, 21 Aug 2024 09:26:07 -0700 Subject: [PATCH] made the install quiet --- .../NN_with_Pytorch/03_Data_Download_And_Cleaning.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/tutorials/NN_with_Pytorch/03_Data_Download_And_Cleaning.ipynb b/book/tutorials/NN_with_Pytorch/03_Data_Download_And_Cleaning.ipynb index 43510d8..32d374d 100644 --- a/book/tutorials/NN_with_Pytorch/03_Data_Download_And_Cleaning.ipynb +++ b/book/tutorials/NN_with_Pytorch/03_Data_Download_And_Cleaning.ipynb @@ -18,11 +18,11 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ - "%pip install metloom" + "%pip install -q metloom " ] }, { @@ -512,7 +512,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.9" + "version": "3.11.5" } }, "nbformat": 4,