Hi, everyone!
I can’t find the utils.py file to be imported into the lab:
Can anyone help me?
Are you using the course programming environment, or are you trying to run the lab on a different service?
to run codes you need to download all the necessary files for labs to run successfully locally which you would find when you click File==> Open section. Also you would need check module version which will be available in requirement.txt.file
I’m trying to run the lab on my computer. I created a virtual environment (venv) and downloaded all the content from the requirements.txt file, which does not include the utils module.
Thank you very much! I didn’t notice that Files tab!
I have an additional question. I’m trying to run the lab on Visual Studio Code in my machine. But the code considers a Jupyter environment. Is that a problem? I have very little knowledge on AI development and want to try for myself.
You can install the Jupyter extension for VSCode.
Try putting it in the same folder as your notebook ipynb file.
Sorry, that’s the depth of my VSCode skills.
You need to get an API KEY from OPEN AI as described in this post here: Ungraded Lab 1 (Chart Generation) utils.py api keys - Course Q&A / Agentic AI - DeepLearning.AI