The python note book calls for importing utils library, but after importing it I am not not able to use any of the modules in the library
Anyone had this issue and if yes, what should i do to overcome
Please move your topic to the correct subcategory.
Here’s the community user guide to get started.
Do share the stacktrace if available & details about where you’re running the notebook from.
Welcome to the community.
What course are you referring to?
Keep in mind that, in order to run the labs locally, you have to install the external packages or download the custom packages from the platform.
For example:
The utils package is a custom package.
Some packages might be attached in the course platform.
If you trying to running on your own environment, you have to download all the files related to the course in order to get it work.
For example:
You might be able to access all the stored files by clicking on the jupyter logo at the top-left.
This example above is from another course. Just take as a reference
I hope this help
Best regards
elirod
OK. Thanks. I understood. Appreciate the help.
You welcome.
Don’t forget to mark the answer as a solution. It would move it to the top of the discussion and might be helpful to other learners
thanks