Downloaded python notebooks cannot execute in jupyter note book

I downloaded the python notebooks. There are contain “lab_utils_common” like libraries which are unable to execute, when I try to execute in my Jupyter notebook(it only works in courser portal). Is there any solution/s for this, which I can overcome this issue?

If you want to run the notebooks in a different environment, then you need to include all the files that accompany the notebook, not just the notebook. Here’s a thread that shows how to do that.

But note that there is no guarantee that things will work correctly in a different environment, unless you duplicate the versions of all the packages. Please see this recent thread for more discussion of that point.

Hi @D_Anurada,
The reason behind this is that “lab_utils_common” like libraries, was specifically created for the course and to make it work you have to download all the files associated with it.
Thanks

1 Like