I'm unable to find the helper function when I run code on my local machine

I’m getting error while importing helper. What should I do as I’m already tried a lot of things but still this helper. Please help me

Did you look in the Files menu of the notebook?

Thanks, I got it.

Hi Bakar I have the same problem with helper.py. but since I’ve found it, I am not sure how to install it on my laptop. Copy/paste didn’t work nor pip install. Please advise. Thanks Tony

So, you just need to get this file “helper.py” and put it in the same folder of your project, and access the functions of helper.py with the command like “from helper import abcFuncition”. I hope this way you can fix it. Do let me know on your issue.

Thanks! Got it.

Welcome:)