Skip to content

Commit

Permalink
add note to notebook about the kernel to use
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfreund committed Mar 22, 2024
1 parent 3292a91 commit dc4d1f4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions test/python/nb.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "9706dd9f-da01-4afc-8148-d5e51696e281",
"metadata": {},
"source": [
"**You must set the kernel to be the ipyflow kernel for ChatDBG to work.**"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -84,9 +92,9 @@
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3 (ipyflow)",
"language": "python",
"name": "python3"
"name": "ipyflow"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -98,7 +106,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit dc4d1f4

Please sign in to comment.