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 think poetry is a tool that works upon conda (or pip), not equivalent to conda. Using poetry inside a conda env is easier than using a poetry env directly.