From 5e75fec086321629d92f9e67d02b42a778787301 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sun, 11 May 2014 12:38:08 -0400 Subject: [PATCH] Happy Mother's Day --- README.md | 1 + funstuff/happy_mothers_day.ipynb | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c970e0e..a6a6686 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Useful functions, tutorials, and other Python-related things - [Benchmarks of different palindrome functions](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1) - [A collection of not so obvious Python stuff you should know!](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1) - [Python's scope resolution for variable names and the LEGB rule](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1) +- [Happy Mother's Day](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb?create=1) ### Links to Markdown files - [A thorough guide to SQLite database operations in Python](./sqlite3_howto/README.md) diff --git a/funstuff/happy_mothers_day.ipynb b/funstuff/happy_mothers_day.ipynb index 85ef519..f076f11 100644 --- a/funstuff/happy_mothers_day.ipynb +++ b/funstuff/happy_mothers_day.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:eeeed0cea91d7503e20b21f6a2e90637fbd3a9ae171e49fc645e45d9e2f77b8c" + "signature": "sha256:1e7add170bf70122859ff2c20df61a8aa1e1cd07c56d24b3aef9b53159412581" }, "nbformat": 3, "nbformat_minor": 0, @@ -15,7 +15,8 @@ "Sebastian Raschka\n", "last updated: 05/11/2014\n", "\n", - "- Link to the GitHub Repository" + "- Link to [this IPython Notebook](https://github.com/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb) on GitHub\n", + "- Link to the [GitHub repository](https://github.com/rasbt/python_reference/tree/master/funstuff)" ] }, {