- Clone the repository.
- Set up a virtual environment:
pyvenv venv - Load the virtual environment:
source venv/bin/activate - Install necessary dependencies:
pip install -r requirements.txt - Start a Jupyter notebook server:
jupyter notebook - Run the notebook.