Interactive Jupyter notebooks demonstrating platform capabilities.
# Install Jupyter
pip install jupyter notebook
# Install dependencies
pip install anthropic openai redis pandas numpy matplotlib seaborn plotly
# Launch Jupyter
jupyter notebook
Upload notebooks to Google Colab for cloud execution.
See ../tutorials/ for more specialized notebooks:
Competition-specific demos are in ../competitions/: