error in local jupyter.
how to solve it?
It looks like the data file isn’t found, and you are also running it locally (since the address says localhost:8888). I think you will also need to download the data file to your computer as well.
Please refer to this article for additional help:
https://www.coursera.support/s/article/360044758731-Solving-common-issues-with-Coursera-Labs?language=en_US
Can you check that there is a “./data/houses.txt” file?
This means that there should be a directory named “data” in the same directory as your ipynb, and inside the “data” directory, there should be a file named houses.txt
IT WORKS …thanks mentor!