Skip to content

Commit fe4149f

Browse files
committed
Fix JSON syntax error in 05_crafting_data_for_llms.ipynb
Removed extra quotes in markdown cell that were causing invalid JSON.
1 parent ffc8389 commit fe4149f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-recipes/context-engineering/notebooks/section-4-optimizations/05_crafting_data_for_llms.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
"cell_type": "markdown",
439439
"metadata": {},
440440
"source": [
441-
" "### Step 1: Retrieve User Data\n",
441+
"### Step 1: Retrieve User Data\n",
442442
"\n",
443443
"**The Hard Part: Data Integration**\n",
444444
"\n",
@@ -466,7 +466,7 @@
466466
" - Some data may be sensitive and require access controls\n",
467467
" - Profile size must be managed (can't include every interaction)\n",
468468
"\n",
469-
"**For this demo**, we simulate the *output* of such a pipeline - a clean, structured dataset ready for profile creation. In production, getting to this point is often the hardest part!""
469+
"**For this demo**, we simulate the *output* of such a pipeline - a clean, structured dataset ready for profile creation. In production, getting to this point is often the hardest part!"
470470
]
471471
},
472472
{

0 commit comments

Comments
 (0)