Browse Source

Merge pull request #5 from mullaney/fix-mispelling

Fix misspellings of "Jupyter" across codebase
pull/7/head
Ed Donner 7 months ago committed by GitHub
parent
commit
6be235664d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      week1/community-contributions/day1-selenium-for-javascript-sites.ipynb
  2. 2
      week1/day1.ipynb

4
week1/community-contributions/day1-selenium-for-javascript-sites.ipynb

@ -13,7 +13,7 @@
"\n", "\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", "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", "\n",
"## If you're new to Jupyer Lab\n", "## If you're new to Jupyter Lab\n",
"\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", "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", "\n",
@ -305,7 +305,7 @@
" url: str\n", " url: str\n",
" title: str\n", " title: str\n",
" text: str\n", " text: str\n",
" \n", "\n",
" def __init__(self, url):\n", " def __init__(self, url):\n",
" self.url = url\n", " self.url = url\n",
"\n", "\n",

2
week1/day1.ipynb

@ -15,7 +15,7 @@
"\n", "\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", "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", "\n",
"## If you're new to Jupyer Lab\n", "## If you're new to Jupyter Lab\n",
"\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", "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", "\n",

Loading…
Cancel
Save