Note
- You can copy any part that you want. Feel free!
- You can skip Step 1 and 2 if you aleady installed Poetry.
python3 -m pip install poetry
poetry --version
poetry init
poetry add tensorflow matplotlib ipykernel
poetry env info --path
source your-poetry-venv/bin/activate
ipython kernel install --name "your-new-poetry-env-name" --user
# OR poetry run ipython kernel install --name "tessaract-ocr-python-tuto" --user
So, I'm not sure if this has ended or not but when you first run the project vscode will ask you to choose a kernel, select the one that poetry created, that's all


if it doesn't ask you can click in the place that shows the kernel version that is highligthed