From 8314e23deb9655d572c0985123b439084ecd9bcc Mon Sep 17 00:00:00 2001 From: gowrikumar Date: Mon, 6 Feb 2023 13:34:08 -0800 Subject: [PATCH] Replace images/chapter1_cat_example.jpg with image_cat() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To Fixing the following error : ‘FileNotFoundError: [Errno 2] No such file or directory: ‘images/chapter1_cat_example.jpg’’ error --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index ac30dc0..b637a6f 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -730,7 +730,7 @@ "source": [ "#hide\n", "# For the book, we can't actually click an upload button, so we fake it\n", - "uploader = SimpleNamespace(data = ['images/chapter1_cat_example.jpg'])" + "uploader = SimpleNamespace(data = [image_cat()])" ] }, {