Make sure you have Python 3 installed, preferably using Anaconda. Then run the following command to install required packages:
pip3 install -r requirements.txtRun Jupyter and open the notebook for your desired lab:
jupyter notebookTo avoid having to fetch datasets used in these notebooks, copy all the directories under data/ (e.g. .keras, nltk_data, scikit_learn_data) to your user home directory (e.g. /Users/alice/ or C:\Users\Bob\). If these directories already exist, just copy the respective content into them.
You can use the rsync utility to perform this task, if available on your system:
rsync -av data/ ~/