From c4546f759c3e0fbcb3debf5ab23351ba491a027c Mon Sep 17 00:00:00 2001 From: Ryszard Staruch Date: Tue, 1 Oct 2024 13:47:49 +0200 Subject: [PATCH] Remove output --- 00_czysty_kod.ipynb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/00_czysty_kod.ipynb b/00_czysty_kod.ipynb index 52fd246..0005c78 100644 --- a/00_czysty_kod.ipynb +++ b/00_czysty_kod.ipynb @@ -143,17 +143,9 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "a\n" - ] - } - ], + "outputs": [], "source": [ "with open(\"vocabulary.txt\", \"r\") as file:\n", " vocab = file.readlines()\n",