Project Name Setup Clone the repository: git clone https://github.com/your_username/your_project.git cd your_project virtualenv venv source venv/bin/activate # macOS/Linux venv\Scripts\activate.bat # Windows pip install -r requirements.txt jupyter notebook deactivate