# Setup ## Using pip only: Install dependencies: ```bash pip install -r requirements.txt ``` ## setup using uv (if uv is installed) ```bash uv sync ``` # Run Open the notebook in Jupyter: ```bash jupyter notebook ```