Skip to content

Conversation

@davidwitten
Copy link

I have been running these notebooks in Colab instead of Jupyter notebook and I have had to include a script like this for past assignments:

%%bash

if [[ ! -d "./data" ]]
then
    echo "Missing extra files (this probably means you're running on Google Colab). Downloading..."
    git clone https://github.com/cs124/pa3-ir.git
    cp -r ./pa3-ir/{data,porter_stemmer.py} .
fi

This script is present in pa0 and pa4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant