Hi. In my Coursera Machine learning course, I get access to the optional labs in which I found interactive codes, which I found pretty amazing.
So, I was trying to use the interactive python codes for my own projects and data analysis purposes. But when I run them to Google Colab, it is showing that ModuleNotFoundError: No module named ‘lab_utils_common’. Probably because it’s quite possible that this is a custom module created for that specific course or tutorial.
So any idea how to solve this issue?
Thank you for your time.