From a900bf30c792d91884e01fefc3542976f96f11c5 Mon Sep 17 00:00:00 2001 From: ashwinmaran <amaran@wisc.edu> Date: Wed, 15 Nov 2023 11:11:59 -0600 Subject: [PATCH] add expected_plots link to lab-p11 --- lab-p11/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lab-p11/README.md b/lab-p11/README.md index f66fec7..a5b0739 100644 --- a/lab-p11/README.md +++ b/lab-p11/README.md @@ -43,6 +43,8 @@ Create a `lab-p11` directory and download the following files into the `lab-p11` * `public_tests.py` * `expected_plots.json` +If it takes too long to load the file `expected_plots.json` on GitLab, you can directly download the file from this links: [`expected_plots.json`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-f23-projects/-/raw/main/lab-p11/expected_plots.json). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method. + After downloading `sample_data.zip`, make sure to extract it (using [Mac directions](http://osxdaily.com/2017/11/05/how-open-zip-file-mac/) or [Windows directions](https://support.microsoft.com/en-us/help/4028088/windows-zip-and-unzip-files)). After extracting, you should see a folder called `sample_data`. You may delete `sample_data.zip` after extracting the files inside it. **Important**: You **must** make sure that the `sample_data` directory is in the same directory as `practice.ipynb`. Your file structure **must** look like this: -- GitLab