Browse Source

Jupyer -> Jupyter

pull/5/head
Kevin Kelly 7 months ago
parent
commit
ac922f3f6d
  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",
"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",

2
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",

Loading…
Cancel
Save