Lab Python modules

Greetings!

I noticed that many labs import custom modules, for example lab_utils, lab_utils_multi.

Can we have an access to these modules?

Thank you.

Hi @AKazak,
you can download lab files using these steps in this thread

Best Regards,
Abdelrahman

2 Likes

Usually you can find the utility files via the “File → Open” menu.

For some assignments, the utilities are not packaged with the assignment, but are obtained an online repo automatically.

1 Like

If you cannot find a utility file in the list of files provided with the assignment, you can assume it’s either a private repo, or it’s from a public distribution (installed via pip or some such tool).

1 Like