Skip to content

Commit

Permalink
feat (jupyter/food-intake): AI examples
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Sep 21, 2024
1 parent 328ed38 commit 1055851
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 0 deletions.
18 changes: 18 additions & 0 deletions workflow/jupyter/food-intake/w01-popularity-recipes(claude).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@
"*Assisted by Claude.ai*"
]
},
{
"cell_type": "markdown",
"id": "d6e71f97",
"metadata": {},
"source": [
"*First interaction:*\n",
"\n",
"How can a write a Python + Pandas program over Jupyter to do the following:\n",
"1. read a CVS file named commodity-profile.csv\n",
"2. Draw a scatter plot of the columns: popularity vs recipes\n",
"\n",
"*Second interaction:*\n",
"\n",
"How do I change the color of the bullets according to the value of popularity?\n",
"\n",
"*Result:*"
]
},
{
"cell_type": "code",
"execution_count": 18,
Expand Down
88 changes: 88 additions & 0 deletions workflow/jupyter/food-intake/w10-intake-potato-chips(claude).ipynb

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions workflow/jupyter/food-intake/w10-intake-potato-chips(copilot).ipynb

Large diffs are not rendered by default.

0 comments on commit 1055851

Please sign in to comment.