diff --git a/tutorials/scope_resolution_legb_rule.ipynb b/tutorials/scope_resolution_legb_rule.ipynb index 70cbf9d..cea54a9 100644 --- a/tutorials/scope_resolution_legb_rule.ipynb +++ b/tutorials/scope_resolution_legb_rule.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:eb9ececefb4c35b16d0496c7f613e4a64bb35b2e9f79b7e049c5b434bd2e6654" + "signature": "sha256:9cd21a4de985d02fd65a6682bfb5690a15932533ed143e684fc8403043dfbde2" }, "nbformat": 3, "nbformat_minor": 0, @@ -306,6 +306,17 @@ "(This is also why we have to be careful if we import modules via \"`from a_module import *`\", since it loads the variable names into the global namespace and could potentially overwrite already existing variable names)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "
\n", + "![LEGB figure](https://raw.githubusercontent.com/rasbt/python_reference/master/Images/scope_resolution_1.png)\n", + "
\n", + "
" + ] + }, { "cell_type": "markdown", "metadata": {},