Code not working

In the course of Machine Learning by Andrew NG, optional lab for feature scaling & learning rate, in week 2 of the course, I met with a serious problem regarding the code. A python module named " lab_utils_multi.py" is not working. Even I have downloaded it from Lab Files at top right and saved it in the same folder where my python code is saved. Need help

From what you’ve described, it seems you’re trying to run the lab in your own local environment. This can be tricky because you need all the lab files (not just lab_utils_multi.py) in the same folder, and your Python environment should use compatible library versions. I’m not sure where that information is listed, as I haven’t recreated the labs locally myself.