Skip to content

Commit

Permalink
Add link to more detailed tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Sep 19, 2018
1 parent b388730 commit 88edde7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
13 changes: 10 additions & 3 deletions notebooks/beginner/conditionals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@
" \n",
"print(greeting)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"For more detailed overview about conditionals, check this [tutorial from Real Python](https://realpython.com/python-conditional-statements/)."
]
}
],
"metadata": {
Expand All @@ -271,7 +278,7 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3.0
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
Expand All @@ -282,5 +289,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 0
}
"nbformat_minor": 1
}
11 changes: 10 additions & 1 deletion notebooks/beginner/html/conditionals.html
Original file line number Diff line number Diff line change
Expand Up @@ -11777,7 +11777,7 @@
}

$( document ).ready(function(){
show=false;
show=false;
$('div.output').hide()
});
</script>
Expand Down Expand Up @@ -12377,6 +12377,15 @@ <h2 id="if-elif-else"><code>if-elif-else</code><a class="anchor-link" href="#if-
</div>
</div>

</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>For more detailed overview about conditionals, check this <a href="https://realpython.com/python-conditional-statements/">tutorial from Real Python</a>.</p>

</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 88edde7

Please sign in to comment.