Skip to content

Commit 26349da

Browse files
committed
Added author and GitHub repo link to notebooks.
1 parent aaf4141 commit 26349da

File tree

18 files changed

+129
-15
lines changed

18 files changed

+129
-15
lines changed

aws/aws.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -928,7 +935,7 @@
928935
"name": "python",
929936
"nbconvert_exporter": "python",
930937
"pygments_lexer": "ipython2",
931-
"version": "2.7.9"
938+
"version": "2.7.10"
932939
}
933940
},
934941
"nbformat": 4,

commands/linux.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -498,7 +505,7 @@
498505
"name": "python",
499506
"nbconvert_exporter": "python",
500507
"pygments_lexer": "ipython2",
501-
"version": "2.7.9"
508+
"version": "2.7.10"
502509
}
503510
},
504511
"nbformat": 4,

commands/misc.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

mapreduce/mapreduce-python.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -435,7 +442,7 @@
435442
"name": "python",
436443
"nbconvert_exporter": "python",
437444
"pygments_lexer": "ipython2",
438-
"version": "2.7.9"
445+
"version": "2.7.10"
439446
}
440447
},
441448
"nbformat": 4,

matplotlib/matplotlib-applied.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

matplotlib/matplotlib.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"Credits: Some content forked from [Parallel Machine Learning with scikit-learn and IPython](https://github.com/ogrisel/parallel_ml_tutorial) by Olivier Grisel\n",
14+
"Credits: Content forked from [Parallel Machine Learning with scikit-learn and IPython](https://github.com/ogrisel/parallel_ml_tutorial) by Olivier Grisel\n",
1515
"\n",
1616
"* Setting Global Parameters\n",
1717
"* Basic Plots\n",

misc/regex.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

pandas/pandas.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
613
"source": [
714
"# Pandas\n",
815
"\n",
9-
"Credits: The following are notes taken while working through [Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython](http://www.amazon.com/Python-Data-Analysis-Wrangling-IPython/dp/1449319793) by Wes McKinney\n",
16+
"Credits: The following are notes taken while working through [Python for Data Analysis](http://www.amazon.com/Python-Data-Analysis-Wrangling-IPython/dp/1449319793) by Wes McKinney\n",
1017
"\n",
1118
"* Series\n",
1219
"* DataFrame\n",

python-data/datetime.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -344,7 +351,7 @@
344351
"name": "python",
345352
"nbconvert_exporter": "python",
346353
"pygments_lexer": "ipython2",
347-
"version": "2.7.9"
354+
"version": "2.7.10"
348355
}
349356
},
350357
"nbformat": 4,

python-data/files.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<small><i>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).</i></small>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -127,7 +134,7 @@
127134
"name": "python",
128135
"nbconvert_exporter": "python",
129136
"pygments_lexer": "ipython2",
130-
"version": "2.7.9"
137+
"version": "2.7.10"
131138
}
132139
},
133140
"nbformat": 4,

0 commit comments

Comments
 (0)