- from
.../labs/pythonrunpython -m venv .venv - create
requirements.txtcontaining all the required libraries for ALL labs combined
Be sure to add any new dependency requirements to .../labs/python/requirements.txt
Consider pip freeze > requirements.txt or pip freeze >> requirements.txt as useful.
If az login is not the approach, you can test with az account show (after az logout if necessary) to be sure you are really testing the non-authenticated path.
Command Palette → "Python: Select Interpreter"