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,