Browse Source

Merge branch 'main' of github.com:ed-donner/llm_engineering

pull/9/head
Edward Donner 6 months ago
parent
commit
2fed25d515
  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