From f690dca523886bc0beefc8f68e2d2aa191893bdc Mon Sep 17 00:00:00 2001 From: Anna Meyer <annapmeyer95@gmail.com> Date: Mon, 7 Aug 2023 17:24:08 -0500 Subject: [PATCH] p13 --- sum23/labs/lab13/practice.ipynb | 9 ++++----- sum23/projects/p13/p13.ipynb | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sum23/labs/lab13/practice.ipynb b/sum23/labs/lab13/practice.ipynb index bc4e06d..7aa5e71 100644 --- a/sum23/labs/lab13/practice.ipynb +++ b/sum23/labs/lab13/practice.ipynb @@ -83,10 +83,9 @@ "outputs": [], "source": [ "# use the 'download' function to download the data from the webpage\n", - "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/blob/main/sum23/projects/p13/QSranking.json'\n", + "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/raw/main/sum23/projects/p13/QSranking.json'\n", "# to the file 'QSranking.json'\n", - "\n", - "download(\"https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/blob/main/sum23/projects/p13/QSranking.json\", \"QSranking.json\")" + "\n" ] }, { @@ -96,7 +95,7 @@ "source": [ "### Task 1.3: Create a database called 'rankings.db' out of 'QSRankings.json'\n", "\n", - "You can review the relevant lecture code [here](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/tree/main/s23/Michael_lecture_notes/32_Database-1) and [here](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/tree/main/s23/Gurmail_lecture_notes/32_Database-1)." + "You can review the relevant lecture code [here](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/blob/main/sum23/lecture_materials/20_Databases/lec_20_database1_notes.ipynb)." ] }, { @@ -454,7 +453,7 @@ "\n", "Before starting this segment, it is recommended that you go through the relevant lecture code:\n", "\n", - "* [here](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/blob/main/sum23/lecture_materials/22_Plotting1/lec_22_plotting1_bar_plots_notes.ipynb) (Bar and scatter plots) and [here]() (Line plots - this is what we will talk about in the Wednesday 8/9 lecture)" + "* [here](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/blob/main/sum23/lecture_materials/22_Plotting1/lec_22_plotting1_bar_plots_notes.ipynb) (Bar and scatter plots) and [here](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/tree/main/sum23/lecture_materials/23_Plotting2) (Line plots - this is what we will talk about in the Wednesday 8/9 lecture)" ] }, { diff --git a/sum23/projects/p13/p13.ipynb b/sum23/projects/p13/p13.ipynb index abee5a6..80da825 100644 --- a/sum23/projects/p13/p13.ipynb +++ b/sum23/projects/p13/p13.ipynb @@ -324,7 +324,7 @@ "outputs": [], "source": [ "# use the 'download' function to download the data from the webpage\n", - "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/blob/main/sum23/projects/p13/QSranking.json'\n", + "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-lecture-material/-/raw/main/sum23/projects/p13/QSranking.json'\n", "# to the file 'QSranking.json'\n" ] }, -- GitLab