Skip to content

Commit 633aec2

Browse files
authored
Merge pull request #8 from fqixiang/main
fixed formatting and added a note to the first python notebook
2 parents dd0010b + 368c099 commit 633aec2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ More information can be found on the website [here](https://sodascience.github.i
2020

2121
## Slides
2222
- Full workshop slides: [`Download`](./slides/soda_llm_workshop_slides.pdf)
23-
- ODISSEI 2025 workshop slides[`Download`](./slides/soda_llm_workshop_odissei_25_slides.pdf)
23+
- ODISSEI 2025 workshop slides: [`Download`](./slides/soda_llm_workshop_odissei_25_slides.pdf)
2424

2525
## Full Workshop Schedule
2626

notebooks/llm_data_collection_py.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": null,
24+
"execution_count": 23,
2525
"metadata": {
2626
"id": "2e1RcGZrj4e5"
2727
},
2828
"outputs": [],
2929
"source": [
3030
"# Install required packages\n",
31+
"# If you get an error message, just run this code block again and it usually resolves itself\n",
3132
"%pip install -qU langchain[openai] tqdm pydantic krippendorff"
3233
]
3334
},

0 commit comments

Comments
 (0)