Set up Python 3.8 and above Set up and activate virtual environment: python -m venv venv && source venv/bin/activate Install requirements: pip install requirements.txt Run the python notebook Link to confluence page