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

Hi @Ketan-K17, sorry for the late reply.
poetry installsuccessfully?poetry env info --pathgives you a proper virtual environment path like this:Here, you might get an error because
/bin/activatedoes not exist.