updated for html print

This commit is contained in:
rasbt 2014-05-07 21:57:53 -04:00
parent 142318dca0
commit 936d1dc1ae
2 changed files with 291 additions and 29 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:9cd21a4de985d02fd65a6682bfb5690a15932533ed143e684fc8403043dfbde2" "signature": "sha256:134ba1fb10441f1756c0ab8a2ecef528f9c1cfd7543d8df415e2ae855f6891f9"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
@ -27,7 +27,7 @@
"source": [ "source": [
"<hr>\n", "<hr>\n",
"I am really looking forward to your comments and suggestions to improve and extend this tutorial! Just send me a quick note \n", "I am really looking forward to your comments and suggestions to improve and extend this tutorial! Just send me a quick note \n",
"via Twitter: [@rasbt](https://twitter.com/rasbt) \n", "via Twitter: [&#64;rasbt](https://twitter.com/rasbt) \n",
"or Email: [bluewoodtree@gmail.com](mailto:bluewoodtree@gmail.com)\n", "or Email: [bluewoodtree@gmail.com](mailto:bluewoodtree@gmail.com)\n",
"<hr>" "<hr>"
] ]
@ -50,7 +50,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"<a name=\"sections\"><a/>\n", "<a name=\"sections\"></a>\n",
"<br>\n", "<br>\n",
"<br>" "<br>"
] ]
@ -59,7 +59,15 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Sections\n", "## Sections "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"\n",
"- [Introduction to namespaces and scopes](#introduction) \n", "- [Introduction to namespaces and scopes](#introduction) \n",
"- [1. LG - Local and Global scopes](#section_1) \n", "- [1. LG - Local and Global scopes](#section_1) \n",
"- [2. LEG - Local, Enclosed, and Global scope](#section_2) \n", "- [2. LEG - Local, Enclosed, and Global scope](#section_2) \n",