From fe696f5efd23fdfad5cabec3773ac91ce0c34f8e Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 1 Nov 2015 06:43:21 -0500 Subject: [PATCH] Updated notebook author and license info. --- kaggle/titanic.ipynb | 9 ++++++++- misc/regex.ipynb | 7 ------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kaggle/titanic.ipynb b/kaggle/titanic.ipynb index f1248f8..01acad9 100644 --- a/kaggle/titanic.ipynb +++ b/kaggle/titanic.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook was prepared by [Donne Martin](http://donnemartin.com). Source and license info is on [GitHub](https://github.com/donnemartin/data-science-ipython-notebooks)." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -3153,7 +3160,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.9" + "version": "2.7.10" } }, "nbformat": 4, diff --git a/misc/regex.ipynb b/misc/regex.ipynb index 9b20082..338c623 100644 --- a/misc/regex.ipynb +++ b/misc/regex.ipynb @@ -1,12 +1,5 @@ { "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This notebook was prepared by [Donne Martin](http://donnemartin.com). Source and license info is on [GitHub](https://github.com/donnemartin/data-science-ipython-notebooks)." - ] - }, { "cell_type": "markdown", "metadata": {},