helper.py module solution

#UdacityFacebookScholar

Archit
Secure and Private AI Writing Challenge
1 min readJun 16, 2019

--

In Lesson 4, we use our local environment to setup Jupyter notebook for the first time. At this time we have faced an issue sue to custom module helper.py, which contain many functions to help, it acts like utils module in our project.

Error

So, here as the file is not available we are getting ModuleNotFoundError: No module names ‘helper’
So, you need to download the module using:

so, add this in a cell above import helper and run both, therefore no need to do anything else. This will download the file and place it in the current directory where the notebook is being run. And will solve all the helper module issues.
After that restart your runtime !!!!

Thank You!!

If Found Useful Clap it! and Share it! to others in need!!

https://www.linkedin.com/in/garg4/

--

--

Archit
Secure and Private AI Writing Challenge

Interested in Differential Privacy, Deep Learning and Machine Learning