auto-hyde Set Up Environment: python3.11 -m venv .venv Activate Environment: source .venv/bin/activate Download Dependencies: pip3 install -r requirements.txt Set up environment with Jupyter Kernel: python3 -m ipykernel install --user --name=auto-hyde