Skip to content

Commit 4a2a7b3

Browse files
committed
Add colab links to all notebooks
1 parent 599aa0f commit 4a2a7b3

File tree

68 files changed

+595
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+595
-45
lines changed

notebooks/00.00-Preface.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"| [Contents](Index.ipynb) | [IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/00.00-Preface.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/00.00-Preface.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.00-IPython-Beyond-Normal-Python.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Preface](00.00-Preface.ipynb) | [Contents](Index.ipynb) | [Help and Documentation in IPython](01.01-Help-And-Documentation.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.01-Help-And-Documentation.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb) | [Contents](Index.ipynb) | [Keyboard Shortcuts in the IPython Shell](01.02-Shell-Keyboard-Shortcuts.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.01-Help-And-Documentation.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.01-Help-And-Documentation.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Help and Documentation in IPython](01.01-Help-And-Documentation.ipynb) | [Contents](Index.ipynb) | [IPython Magic Commands](01.03-Magic-Commands.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.03-Magic-Commands.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Keyboard Shortcuts in the IPython Shell](01.02-Shell-Keyboard-Shortcuts.ipynb) | [Contents](Index.ipynb) | [Input and Output History](01.04-Input-Output-History.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.03-Magic-Commands.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.03-Magic-Commands.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.04-Input-Output-History.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [IPython Magic Commands](01.03-Magic-Commands.ipynb) | [Contents](Index.ipynb) | [IPython and Shell Commands](01.05-IPython-And-Shell-Commands.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.04-Input-Output-History.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.04-Input-Output-History.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.05-IPython-And-Shell-Commands.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Input and Output History](01.04-Input-Output-History.ipynb) | [Contents](Index.ipynb) | [Errors and Debugging](01.06-Errors-and-Debugging.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.05-IPython-And-Shell-Commands.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.05-IPython-And-Shell-Commands.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.06-Errors-and-Debugging.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [IPython and Shell Commands](01.05-IPython-And-Shell-Commands.ipynb) | [Contents](Index.ipynb) | [Profiling and Timing Code](01.07-Timing-and-Profiling.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.06-Errors-and-Debugging.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.06-Errors-and-Debugging.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/01.07-Timing-and-Profiling.ipynb

+25-45
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Errors and Debugging](01.06-Errors-and-Debugging.ipynb) | [Contents](Index.ipynb) | [More IPython Resources](01.08-More-IPython-Resources.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.07-Timing-and-Profiling.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.07-Timing-and-Profiling.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},
@@ -60,9 +68,7 @@
6068
{
6169
"cell_type": "code",
6270
"execution_count": 1,
63-
"metadata": {
64-
"collapsed": false
65-
},
71+
"metadata": {},
6672
"outputs": [
6773
{
6874
"name": "stdout",
@@ -87,9 +93,7 @@
8793
{
8894
"cell_type": "code",
8995
"execution_count": 2,
90-
"metadata": {
91-
"collapsed": false
92-
},
96+
"metadata": {},
9397
"outputs": [
9498
{
9599
"name": "stdout",
@@ -119,9 +123,7 @@
119123
{
120124
"cell_type": "code",
121125
"execution_count": 3,
122-
"metadata": {
123-
"collapsed": false
124-
},
126+
"metadata": {},
125127
"outputs": [
126128
{
127129
"name": "stdout",
@@ -148,9 +150,7 @@
148150
{
149151
"cell_type": "code",
150152
"execution_count": 4,
151-
"metadata": {
152-
"collapsed": false
153-
},
153+
"metadata": {},
154154
"outputs": [
155155
{
156156
"name": "stdout",
@@ -172,9 +172,7 @@
172172
{
173173
"cell_type": "code",
174174
"execution_count": 5,
175-
"metadata": {
176-
"collapsed": false
177-
},
175+
"metadata": {},
178176
"outputs": [
179177
{
180178
"name": "stdout",
@@ -206,9 +204,7 @@
206204
{
207205
"cell_type": "code",
208206
"execution_count": 6,
209-
"metadata": {
210-
"collapsed": false
211-
},
207+
"metadata": {},
212208
"outputs": [
213209
{
214210
"name": "stdout",
@@ -249,9 +245,7 @@
249245
{
250246
"cell_type": "code",
251247
"execution_count": 7,
252-
"metadata": {
253-
"collapsed": false
254-
},
248+
"metadata": {},
255249
"outputs": [],
256250
"source": [
257251
"def sum_of_lists(N):\n",
@@ -272,9 +266,7 @@
272266
{
273267
"cell_type": "code",
274268
"execution_count": 8,
275-
"metadata": {
276-
"collapsed": false
277-
},
269+
"metadata": {},
278270
"outputs": [
279271
{
280272
"name": "stdout",
@@ -333,9 +325,7 @@
333325
{
334326
"cell_type": "code",
335327
"execution_count": 9,
336-
"metadata": {
337-
"collapsed": false
338-
},
328+
"metadata": {},
339329
"outputs": [],
340330
"source": [
341331
"%load_ext line_profiler"
@@ -351,9 +341,7 @@
351341
{
352342
"cell_type": "code",
353343
"execution_count": 10,
354-
"metadata": {
355-
"collapsed": false
356-
},
344+
"metadata": {},
357345
"outputs": [],
358346
"source": [
359347
"%lprun -f sum_of_lists sum_of_lists(5000)"
@@ -408,9 +396,7 @@
408396
{
409397
"cell_type": "code",
410398
"execution_count": 12,
411-
"metadata": {
412-
"collapsed": false
413-
},
399+
"metadata": {},
414400
"outputs": [],
415401
"source": [
416402
"%load_ext memory_profiler"
@@ -427,9 +413,7 @@
427413
{
428414
"cell_type": "code",
429415
"execution_count": 13,
430-
"metadata": {
431-
"collapsed": false
432-
},
416+
"metadata": {},
433417
"outputs": [
434418
{
435419
"name": "stdout",
@@ -456,9 +440,7 @@
456440
{
457441
"cell_type": "code",
458442
"execution_count": 14,
459-
"metadata": {
460-
"collapsed": false
461-
},
443+
"metadata": {},
462444
"outputs": [
463445
{
464446
"name": "stdout",
@@ -489,9 +471,7 @@
489471
{
490472
"cell_type": "code",
491473
"execution_count": 15,
492-
"metadata": {
493-
"collapsed": false
494-
},
474+
"metadata": {},
495475
"outputs": [
496476
{
497477
"name": "stdout",
@@ -549,7 +529,7 @@
549529
"metadata": {
550530
"anaconda-cloud": {},
551531
"kernelspec": {
552-
"display_name": "Python 3",
532+
"display_name": "Python [default]",
553533
"language": "python",
554534
"name": "python3"
555535
},
@@ -563,9 +543,9 @@
563543
"name": "python",
564544
"nbconvert_exporter": "python",
565545
"pygments_lexer": "ipython3",
566-
"version": "3.5.1"
546+
"version": "3.6.1"
567547
}
568548
},
569549
"nbformat": 4,
570-
"nbformat_minor": 0
550+
"nbformat_minor": 1
571551
}

notebooks/01.08-More-IPython-Resources.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Profiling and Timing Code](01.07-Timing-and-Profiling.ipynb) | [Contents](Index.ipynb) | [Introduction to NumPy](02.00-Introduction-to-NumPy.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.08-More-IPython-Resources.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.08-More-IPython-Resources.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/02.00-Introduction-to-NumPy.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"< [More IPython Resources](01.08-More-IPython-Resources.ipynb) | [Contents](Index.ipynb) | [Understanding Data Types in Python](02.01-Understanding-Data-Types.ipynb) >"
2626
]
2727
},
28+
{
29+
"cell_type": "markdown",
30+
"metadata": {},
31+
"source": [
32+
"<!--COLAB_LINK-->\n",
33+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.00-Introduction-to-NumPy.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.00-Introduction-to-NumPy.ipynb\">Google Colab</a>.</i></p>\n"
34+
]
35+
},
2836
{
2937
"cell_type": "markdown",
3038
"metadata": {

notebooks/02.01-Understanding-Data-Types.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Introduction to NumPy](02.00-Introduction-to-NumPy.ipynb) | [Contents](Index.ipynb) | [The Basics of NumPy Arrays](02.02-The-Basics-Of-NumPy-Arrays.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.01-Understanding-Data-Types.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.01-Understanding-Data-Types.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Understanding Data Types in Python](02.01-Understanding-Data-Types.ipynb) | [Contents](Index.ipynb) | [Computation on NumPy Arrays: Universal Functions](02.03-Computation-on-arrays-ufuncs.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/02.03-Computation-on-arrays-ufuncs.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [The Basics of NumPy Arrays](02.02-The-Basics-Of-NumPy-Arrays.ipynb) | [Contents](Index.ipynb) | [Aggregations: Min, Max, and Everything In Between](02.04-Computation-on-arrays-aggregates.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.03-Computation-on-arrays-ufuncs.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.03-Computation-on-arrays-ufuncs.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

notebooks/02.04-Computation-on-arrays-aggregates.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"< [Computation on NumPy Arrays: Universal Functions](02.03-Computation-on-arrays-ufuncs.ipynb) | [Contents](Index.ipynb) | [Computation on Arrays: Broadcasting](02.05-Computation-on-arrays-broadcasting.ipynb) >"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"<!--COLAB_LINK-->\n",
27+
"<p><a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.04-Computation-on-arrays-aggregates.ipynb\"><img src=\"https://colab.research.google.com/img/colab_favicon_256px.png\" style=\"height: 2em; display: inline;\"></a><i>View an executable version of this notebook in <a href=\"https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/02.04-Computation-on-arrays-aggregates.ipynb\">Google Colab</a>.</i></p>\n"
28+
]
29+
},
2230
{
2331
"cell_type": "markdown",
2432
"metadata": {},

0 commit comments

Comments
 (0)