Interactive coding for lucrative visuals

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.

Downloading a notebook alone is not enough. You have to download all the associated files as described here and then need to do some technical work. Please read this guide for the local machine and this for Colab.

But this is where I got stuck, again!

I don’t see any error in your screenshot.

yeah there are none. but my point is, an interactive figure should’ve been generated there, right? But when I run the code, this code snippets section comes out of nowhere instead of the figures/plots…

Answered here.