Where can I find lab.py

The lab instructions mention that there is a lab.py file somewhere, where all specific lab functions are defined. I could not find it. Could someone please point me where I can find it? I apologize in advance if the question is too simple; I could not find it alone.

Have you looked in the root directory of the lab exercise? Select “File > Open …” and you’ll be shown a list of files and directories to support the lab. Most of the helper functions typically live in a utils.py file. Hope this helps.

2 Likes

Thanks a lot! That was it. I was so used to Jupyter Lab that I forgot how to use the old interface :sweat_smile:

1 Like