We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00215e6 commit 4df347fCopy full SHA for 4df347f
Exercise-2.ipynb
@@ -23,6 +23,17 @@
23
"***\n"
24
]
25
},
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
34
+ "***"
35
+ ]
36
+ },
37
{
38
"cell_type": "markdown",
39
"metadata": {},
@@ -164,7 +175,9 @@
164
175
" \n",
165
176
" for i in eachindex(counts)\n",
166
177
" #=FILLME=#\n",
167
- "\n",
178
+ " \n",
179
+ " # Hint: Hava a look at the tutorial in the BAT.jl documentation.\n",
180
168
181
" ll_value += #=FILLME=#\n",
169
182
" end\n",
170
183
"\n",
0 commit comments