diff --git a/2-Regression/2-Data/solution/lesson_2-R.ipynb b/2-Regression/2-Data/solution/lesson_2-R.ipynb index 632de0d4..9090e183 100644 --- a/2-Regression/2-Data/solution/lesson_2-R.ipynb +++ b/2-Regression/2-Data/solution/lesson_2-R.ipynb @@ -216,7 +216,7 @@ "source": [ "## 3. Dplyr: A Grammar of Data Manipulation\n", "\n", - "![Artwork by \\@allison_horst](../images/dplyr_wrangling.png){width=\"569\"}" + "![Artwork by \\@allison_horst](../images/dplyr_wrangling.png)" ] }, { @@ -637,8 +637,8 @@ "source": [ "🤩🤩This is a more useful data visualization! It seems to indicate that the highest price for pumpkins occurs in September and October. Does that meet your expectation? Why or why not?\n", "\n", - "Congratulations on finishing the second lesson 👏! You did prepared your data for model building, then uncovered more insights using visualizations!" + "Congratulations on finishing the second lesson 👏! You prepared your data for model building, then uncovered more insights using visualizations!" ] } ] -} \ No newline at end of file +}