Skip to content

Commit 309cdc8

Browse files
Doc update
1 parent ebb8718 commit 309cdc8

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

notebooks/Tours.ipynb

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,6 @@
6464
"sitemap"
6565
]
6666
},
67-
{
68-
"cell_type": "markdown",
69-
"metadata": {
70-
"button": false,
71-
"new_sheet": false,
72-
"run_control": {
73-
"read_only": false
74-
},
75-
"slideshow": {
76-
"slide_type": "slide"
77-
}
78-
},
79-
"source": [
80-
"But since even this map can be overwhelming, here are a few _tours_ to get you started. Each of these tours allows you to focus on a particular view, depending on whether you are a programmer, student, or researcher."
81-
]
82-
},
8367
{
8468
"cell_type": "markdown",
8569
"metadata": {},
@@ -150,7 +134,7 @@
150134
"toc": true
151135
},
152136
"kernelspec": {
153-
"display_name": "Python 3 (ipykernel)",
137+
"display_name": "Python 3",
154138
"language": "python",
155139
"name": "python3"
156140
},
@@ -164,7 +148,7 @@
164148
"name": "python",
165149
"nbconvert_exporter": "python",
166150
"pygments_lexer": "ipython3",
167-
"version": "3.10.2"
151+
"version": "3.13.4"
168152
},
169153
"toc": {
170154
"base_numbering": 1,

notebooks/index.ipynb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
1515
"-->"
1616
]
1717
},
18+
{
19+
"cell_type": "code",
20+
"execution_count": null,
21+
"metadata": {},
22+
"outputs": [],
23+
"source": [
24+
"import bookutils.setup"
25+
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": null,
30+
"metadata": {},
31+
"outputs": [],
32+
"source": [
33+
"!pip install fuzzingbook"
34+
]
35+
},
1836
{
1937
"cell_type": "code",
2038
"execution_count": null,
@@ -364,7 +382,7 @@
364382
"name": "python",
365383
"nbconvert_exporter": "python",
366384
"pygments_lexer": "ipython3",
367-
"version": "3.9.7"
385+
"version": "3.13.4"
368386
},
369387
"toc": {
370388
"base_numbering": 1,

0 commit comments

Comments
 (0)