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 poetrypoetry --versionpoetry initpoetry add tensorflow matplotlib ipykernelpoetry env info --pathsource your-poetry-venv/bin/activateipython kernel install --name "your-new-poetry-env-name" --user
# OR poetry run ipython kernel install --name "tessaract-ocr-python-tuto" --user





I'm a bit of a beginner here... how do you set up the project after that last command? I can't find the environment i created in the kernels..