Skip to content

Commit

Permalink
Add chatgpt debugging examples
Browse files Browse the repository at this point in the history
  • Loading branch information
organisciak committed Apr 25, 2023
1 parent 9b60f8c commit ceed69b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Binary file added images/chatgpt1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chatgpt2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions slides/05-split-apply-combine.ipynb
Expand Up @@ -234,6 +234,30 @@
" - *and*, in certain instances, you should be able to *talk* to it, so the specific question you have (e.g. 'why is it like that?', or 'what should I remember to avoid this error in the future?') can be address"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"![Example debugging prompt for ChatGPT](../images/chatgpt1.png)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"![Debugging Response for ChatGPT](../images/chatgpt2.png)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit ceed69b

Please sign in to comment.