Skip to content

Commit

Permalink
Notebook formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Valadon authored and gpotter2 committed Jul 29, 2019
1 parent 61172c7 commit b2eef19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/notebooks/Scapy in 15 minutes.ipynb
Expand Up @@ -1318,8 +1318,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Instantiate the blocks\n",
"clf = CLIFeeder()\n",
Expand All @@ -1341,8 +1343,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"clf.send(\"Hello Scapy !\")"
]
Expand Down

0 comments on commit b2eef19

Please sign in to comment.