Skip to content

Commit 4df347f

Browse files
committed
Text improvements & hints
1 parent 00215e6 commit 4df347f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Exercise-2.ipynb

+14-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
"***\n"
2424
]
2525
},
26+
{
27+
"cell_type": "markdown",
28+
"metadata": {},
29+
"source": [
30+
"Note: This tutorial is written in the style of a cloze text. Parts that have to be filled out by you are marked `#=FILLME=#`.\n",
31+
"\n",
32+
"The [the tutorial section](https://bat.github.io/BAT.jl/stable/tutorial/) of the BAT.jl documentation should prove helpful.\n",
33+
"\n",
34+
"***"
35+
]
36+
},
2637
{
2738
"cell_type": "markdown",
2839
"metadata": {},
@@ -164,7 +175,9 @@
164175
" \n",
165176
" for i in eachindex(counts)\n",
166177
" #=FILLME=#\n",
167-
"\n",
178+
" \n",
179+
" # Hint: Hava a look at the tutorial in the BAT.jl documentation.\n",
180+
" \n",
168181
" ll_value += #=FILLME=#\n",
169182
" end\n",
170183
"\n",

0 commit comments

Comments
 (0)