Compare commits

...

2 Commits

Author SHA1 Message Date
gowrikumar
50bf84f9b1
Merge 8314e23deb into 5701d615d4 2024-06-20 19:39:40 +00:00
gowrikumar
8314e23deb
Replace images/chapter1_cat_example.jpg with image_cat()
To Fixing the following error :
‘FileNotFoundError: [Errno 2] No such file or directory: ‘images/chapter1_cat_example.jpg’’ error
2023-02-06 13:34:08 -08:00

View File

@ -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()])"
]
},
{