Skip to content

Commit 936d1dc

Browse files
committed
updated for html print
1 parent 142318d commit 936d1dc

2 files changed

Lines changed: 291 additions & 29 deletions

File tree

benchmarks/timeit_tests.ipynb

Lines changed: 279 additions & 25 deletions
Large diffs are not rendered by default.

tutorials/scope_resolution_legb_rule.ipynb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:9cd21a4de985d02fd65a6682bfb5690a15932533ed143e684fc8403043dfbde2"
4+
"signature": "sha256:134ba1fb10441f1756c0ab8a2ecef528f9c1cfd7543d8df415e2ae855f6891f9"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -27,7 +27,7 @@
2727
"source": [
2828
"<hr>\n",
2929
"I am really looking forward to your comments and suggestions to improve and extend this tutorial! Just send me a quick note \n",
30-
"via Twitter: [@rasbt](https://twitter.com/rasbt) \n",
30+
"via Twitter: [&#64;rasbt](https://twitter.com/rasbt) \n",
3131
"or Email: [[email protected]](mailto:[email protected])\n",
3232
"<hr>"
3333
]
@@ -50,7 +50,7 @@
5050
"cell_type": "markdown",
5151
"metadata": {},
5252
"source": [
53-
"<a name=\"sections\"><a/>\n",
53+
"<a name=\"sections\"></a>\n",
5454
"<br>\n",
5555
"<br>"
5656
]
@@ -59,7 +59,15 @@
5959
"cell_type": "markdown",
6060
"metadata": {},
6161
"source": [
62-
"## Sections\n",
62+
"## Sections "
63+
]
64+
},
65+
{
66+
"cell_type": "markdown",
67+
"metadata": {},
68+
"source": [
69+
"\n",
70+
"\n",
6371
"- [Introduction to namespaces and scopes](#introduction) \n",
6472
"- [1. LG - Local and Global scopes](#section_1) \n",
6573
"- [2. LEG - Local, Enclosed, and Global scope](#section_2) \n",

0 commit comments

Comments
 (0)