#!/bin/bash # Double-click this file in Finder to open the student teaching notebook # (the main turn-in artifact for the course). cd "$(dirname "$0")" if [ -d "venv" ]; then source venv/bin/activate fi python3.11 -m pip install jupyter wordcloud -q 2>/dev/null echo "Opening student notebook..." python3.11 -m jupyter notebook notebooks/spam_classifier_xai_student.ipynb