From a52e09286054abd12f14867d944eccbb0f1dcf30 Mon Sep 17 00:00:00 2001 From: Kevin Kelly Date: Tue, 22 Oct 2024 13:32:08 -0500 Subject: [PATCH] Jupyer -> Jupyter --- .../day1-selenium-for-javascript-sites.ipynb | 4 ++-- week1/day1.ipynb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/week1/community-contributions/day1-selenium-for-javascript-sites.ipynb b/week1/community-contributions/day1-selenium-for-javascript-sites.ipynb index bb35d6f..6d5ec07 100644 --- a/week1/community-contributions/day1-selenium-for-javascript-sites.ipynb +++ b/week1/community-contributions/day1-selenium-for-javascript-sites.ipynb @@ -13,7 +13,7 @@ "\n", "Before starting, be sure to have followed the instructions in the \"README\" file, including creating your API key with OpenAI and adding it to the `.env` file.\n", "\n", - "## If you're new to Jupyer Lab\n", + "## If you're new to Jupyter Lab\n", "\n", "Welcome to the wonderful world of Data Science experimentation! Once you've used Jupyter Lab, you'll wonder how you ever lived without it. Simply click in each \"cell\" with code in it, like the cell immediately below this text, and hit Shift+Return to execute that cell. As you wish, you can add a cell with the + button in the toolbar, and print values of variables, or try out variations.\n", "\n", @@ -305,7 +305,7 @@ " url: str\n", " title: str\n", " text: str\n", - " \n", + "\n", " def __init__(self, url):\n", " self.url = url\n", "\n", diff --git a/week1/day1.ipynb b/week1/day1.ipynb index 9960e19..397d190 100644 --- a/week1/day1.ipynb +++ b/week1/day1.ipynb @@ -15,7 +15,7 @@ "\n", "Before starting, be sure to have followed the instructions in the \"README\" file, including creating your API key with OpenAI and adding it to the `.env` file.\n", "\n", - "## If you're new to Jupyer Lab\n", + "## If you're new to Jupyter Lab\n", "\n", "Welcome to the wonderful world of Data Science experimentation! Once you've used Jupyter Lab, you'll wonder how you ever lived without it. Simply click in each \"cell\" with code in it, such as the cell immediately below this text, and hit Shift+Return to execute that cell. As you wish, you can add a cell with the + button in the toolbar, and print values of variables, or try out variations.\n", "\n",