There are my labs for "basics of technical vision" lessons.
To initialize new pyproject.toml ruin command in directory you want:
poetry init
To add packages run in terminal:
poetry add "package name"
To run one of the including labs in console such as file.py:
poetry install
poetry shell
python "lab_filename".py
To run one of the including labs in jupiter:
poetry install
Run shell:
poetry shell
Just start it in jupiter notebook extention in VS-CODE or etc. =)