Installation Create Virtual Environment python -m venv .venv To install the necessary dependencies, you can use the following command: pip install -r requirements.txt Activate the virutal environment source .venv/bin/activate Run using jupyter lab jupyter lab