Skip to content

Commit 88edde7

Browse files
committed
Add link to more detailed tutorial
1 parent b388730 commit 88edde7

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

notebooks/beginner/conditionals.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,13 @@
260260
" \n",
261261
"print(greeting)"
262262
]
263+
},
264+
{
265+
"cell_type": "markdown",
266+
"metadata": {},
267+
"source": [
268+
"For more detailed overview about conditionals, check this [tutorial from Real Python](https://realpython.com/python-conditional-statements/)."
269+
]
263270
}
264271
],
265272
"metadata": {
@@ -271,7 +278,7 @@
271278
"language_info": {
272279
"codemirror_mode": {
273280
"name": "ipython",
274-
"version": 3.0
281+
"version": 3
275282
},
276283
"file_extension": ".py",
277284
"mimetype": "text/x-python",
@@ -282,5 +289,5 @@
282289
}
283290
},
284291
"nbformat": 4,
285-
"nbformat_minor": 0
286-
}
292+
"nbformat_minor": 1
293+
}

notebooks/beginner/html/conditionals.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11777,7 +11777,7 @@
1177711777
}
1177811778

1177911779
$( document ).ready(function(){
11780-
show=false;
11780+
show=false;
1178111781
$('div.output').hide()
1178211782
});
1178311783
</script>
@@ -12377,6 +12377,15 @@ <h2 id="if-elif-else"><code>if-elif-else</code><a class="anchor-link" href="#if-
1237712377
</div>
1237812378
</div>
1237912379

12380+
</div>
12381+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12382+
</div>
12383+
<div class="inner_cell">
12384+
<div class="text_cell_render border-box-sizing rendered_html">
12385+
<p>For more detailed overview about conditionals, check this <a href="https://realpython.com/python-conditional-statements/">tutorial from Real Python</a>.</p>
12386+
12387+
</div>
12388+
</div>
1238012389
</div>
1238112390
</div>
1238212391
</div>

0 commit comments

Comments
 (0)