spam-classifier-liquid / launch-notebook.command
VoltageVagabond's picture
Update notebooks and project files
5a28a50 verified
raw
history blame
241 Bytes
#!/bin/bash
cd "$(dirname "$0")"
source venv/bin/activate
echo "Checking for Jupyter..."
pip install jupyter --quiet
echo "Opening notebook..."
jupyter notebook spam_classifier_liquid.ipynb
echo ""
echo "Press any key to close..."
read -n 1