From d772863e7601e0e4605aded03df7ee28e5611163 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 20 Aug 2018 11:11:52 -0700 Subject: [PATCH] Remove colab logo from notebooks --- notebooks/00.00-Preface.ipynb | 2 +- notebooks/01.00-IPython-Beyond-Normal-Python.ipynb | 2 +- notebooks/01.01-Help-And-Documentation.ipynb | 2 +- notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb | 2 +- notebooks/01.03-Magic-Commands.ipynb | 2 +- notebooks/01.04-Input-Output-History.ipynb | 2 +- notebooks/01.05-IPython-And-Shell-Commands.ipynb | 2 +- notebooks/01.06-Errors-and-Debugging.ipynb | 2 +- notebooks/01.07-Timing-and-Profiling.ipynb | 2 +- notebooks/01.08-More-IPython-Resources.ipynb | 2 +- notebooks/02.00-Introduction-to-NumPy.ipynb | 2 +- notebooks/02.01-Understanding-Data-Types.ipynb | 2 +- notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb | 2 +- notebooks/02.03-Computation-on-arrays-ufuncs.ipynb | 2 +- notebooks/02.04-Computation-on-arrays-aggregates.ipynb | 2 +- notebooks/02.05-Computation-on-arrays-broadcasting.ipynb | 2 +- notebooks/02.06-Boolean-Arrays-and-Masks.ipynb | 2 +- notebooks/02.07-Fancy-Indexing.ipynb | 2 +- notebooks/02.08-Sorting.ipynb | 2 +- notebooks/02.09-Structured-Data-NumPy.ipynb | 2 +- notebooks/03.00-Introduction-to-Pandas.ipynb | 2 +- notebooks/03.01-Introducing-Pandas-Objects.ipynb | 2 +- notebooks/03.02-Data-Indexing-and-Selection.ipynb | 2 +- notebooks/03.03-Operations-in-Pandas.ipynb | 2 +- notebooks/03.04-Missing-Values.ipynb | 2 +- notebooks/03.05-Hierarchical-Indexing.ipynb | 2 +- notebooks/03.06-Concat-And-Append.ipynb | 2 +- notebooks/03.07-Merge-and-Join.ipynb | 2 +- notebooks/03.08-Aggregation-and-Grouping.ipynb | 2 +- notebooks/03.09-Pivot-Tables.ipynb | 2 +- notebooks/03.10-Working-With-Strings.ipynb | 2 +- notebooks/03.11-Working-with-Time-Series.ipynb | 2 +- notebooks/03.12-Performance-Eval-and-Query.ipynb | 2 +- notebooks/03.13-Further-Resources.ipynb | 2 +- notebooks/04.00-Introduction-To-Matplotlib.ipynb | 2 +- notebooks/04.01-Simple-Line-Plots.ipynb | 2 +- notebooks/04.02-Simple-Scatter-Plots.ipynb | 2 +- notebooks/04.03-Errorbars.ipynb | 2 +- notebooks/04.04-Density-and-Contour-Plots.ipynb | 2 +- notebooks/04.05-Histograms-and-Binnings.ipynb | 2 +- notebooks/04.06-Customizing-Legends.ipynb | 2 +- notebooks/04.07-Customizing-Colorbars.ipynb | 2 +- notebooks/04.08-Multiple-Subplots.ipynb | 2 +- notebooks/04.09-Text-and-Annotation.ipynb | 2 +- notebooks/04.10-Customizing-Ticks.ipynb | 2 +- notebooks/04.11-Settings-and-Stylesheets.ipynb | 2 +- notebooks/04.12-Three-Dimensional-Plotting.ipynb | 2 +- notebooks/04.13-Geographic-Data-With-Basemap.ipynb | 2 +- notebooks/04.14-Visualization-With-Seaborn.ipynb | 2 +- notebooks/04.15-Further-Resources.ipynb | 2 +- notebooks/05.00-Machine-Learning.ipynb | 2 +- notebooks/05.01-What-Is-Machine-Learning.ipynb | 2 +- notebooks/05.02-Introducing-Scikit-Learn.ipynb | 2 +- notebooks/05.03-Hyperparameters-and-Model-Validation.ipynb | 2 +- notebooks/05.04-Feature-Engineering.ipynb | 2 +- notebooks/05.05-Naive-Bayes.ipynb | 2 +- notebooks/05.06-Linear-Regression.ipynb | 2 +- notebooks/05.07-Support-Vector-Machines.ipynb | 2 +- notebooks/05.08-Random-Forests.ipynb | 2 +- notebooks/05.09-Principal-Component-Analysis.ipynb | 2 +- notebooks/05.10-Manifold-Learning.ipynb | 2 +- notebooks/05.11-K-Means.ipynb | 2 +- notebooks/05.12-Gaussian-Mixtures.ipynb | 2 +- notebooks/05.13-Kernel-Density-Estimation.ipynb | 2 +- notebooks/05.14-Image-Features.ipynb | 2 +- notebooks/05.15-Learning-More.ipynb | 2 +- notebooks/06.00-Figure-Code.ipynb | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/notebooks/00.00-Preface.ipynb b/notebooks/00.00-Preface.ipynb index 393e8e3..a5f6234 100644 --- a/notebooks/00.00-Preface.ipynb +++ b/notebooks/00.00-Preface.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb b/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb index 02d209a..a198ec9 100644 --- a/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb +++ b/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.01-Help-And-Documentation.ipynb b/notebooks/01.01-Help-And-Documentation.ipynb index 13903d6..8d2fef6 100644 --- a/notebooks/01.01-Help-And-Documentation.ipynb +++ b/notebooks/01.01-Help-And-Documentation.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb b/notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb index a2b6e67..05b026b 100644 --- a/notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb +++ b/notebooks/01.02-Shell-Keyboard-Shortcuts.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.03-Magic-Commands.ipynb b/notebooks/01.03-Magic-Commands.ipynb index e319ffc..3656a38 100644 --- a/notebooks/01.03-Magic-Commands.ipynb +++ b/notebooks/01.03-Magic-Commands.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.04-Input-Output-History.ipynb b/notebooks/01.04-Input-Output-History.ipynb index d2a746a..620496f 100644 --- a/notebooks/01.04-Input-Output-History.ipynb +++ b/notebooks/01.04-Input-Output-History.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.05-IPython-And-Shell-Commands.ipynb b/notebooks/01.05-IPython-And-Shell-Commands.ipynb index 8073f17..5e68cd8 100644 --- a/notebooks/01.05-IPython-And-Shell-Commands.ipynb +++ b/notebooks/01.05-IPython-And-Shell-Commands.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.06-Errors-and-Debugging.ipynb b/notebooks/01.06-Errors-and-Debugging.ipynb index 60ce3da..b28286d 100644 --- a/notebooks/01.06-Errors-and-Debugging.ipynb +++ b/notebooks/01.06-Errors-and-Debugging.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.07-Timing-and-Profiling.ipynb b/notebooks/01.07-Timing-and-Profiling.ipynb index c597d36..50f1781 100644 --- a/notebooks/01.07-Timing-and-Profiling.ipynb +++ b/notebooks/01.07-Timing-and-Profiling.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/01.08-More-IPython-Resources.ipynb b/notebooks/01.08-More-IPython-Resources.ipynb index 3c233b8..247a441 100644 --- a/notebooks/01.08-More-IPython-Resources.ipynb +++ b/notebooks/01.08-More-IPython-Resources.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.00-Introduction-to-NumPy.ipynb b/notebooks/02.00-Introduction-to-NumPy.ipynb index f136185..8164691 100644 --- a/notebooks/02.00-Introduction-to-NumPy.ipynb +++ b/notebooks/02.00-Introduction-to-NumPy.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.01-Understanding-Data-Types.ipynb b/notebooks/02.01-Understanding-Data-Types.ipynb index d5013aa..44f3242 100644 --- a/notebooks/02.01-Understanding-Data-Types.ipynb +++ b/notebooks/02.01-Understanding-Data-Types.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb b/notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb index fb15b9f..ffe73bb 100644 --- a/notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb +++ b/notebooks/02.02-The-Basics-Of-NumPy-Arrays.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.03-Computation-on-arrays-ufuncs.ipynb b/notebooks/02.03-Computation-on-arrays-ufuncs.ipynb index 9acd7bf..f827cdf 100644 --- a/notebooks/02.03-Computation-on-arrays-ufuncs.ipynb +++ b/notebooks/02.03-Computation-on-arrays-ufuncs.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.04-Computation-on-arrays-aggregates.ipynb b/notebooks/02.04-Computation-on-arrays-aggregates.ipynb index 05c2c1f..b050542 100644 --- a/notebooks/02.04-Computation-on-arrays-aggregates.ipynb +++ b/notebooks/02.04-Computation-on-arrays-aggregates.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.05-Computation-on-arrays-broadcasting.ipynb b/notebooks/02.05-Computation-on-arrays-broadcasting.ipynb index 090276f..08c1791 100644 --- a/notebooks/02.05-Computation-on-arrays-broadcasting.ipynb +++ b/notebooks/02.05-Computation-on-arrays-broadcasting.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.06-Boolean-Arrays-and-Masks.ipynb b/notebooks/02.06-Boolean-Arrays-and-Masks.ipynb index c4c564e..1f995a2 100644 --- a/notebooks/02.06-Boolean-Arrays-and-Masks.ipynb +++ b/notebooks/02.06-Boolean-Arrays-and-Masks.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.07-Fancy-Indexing.ipynb b/notebooks/02.07-Fancy-Indexing.ipynb index 1ab14e2..3d2a3e7 100644 --- a/notebooks/02.07-Fancy-Indexing.ipynb +++ b/notebooks/02.07-Fancy-Indexing.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.08-Sorting.ipynb b/notebooks/02.08-Sorting.ipynb index 2ff37db..5aa9997 100644 --- a/notebooks/02.08-Sorting.ipynb +++ b/notebooks/02.08-Sorting.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/02.09-Structured-Data-NumPy.ipynb b/notebooks/02.09-Structured-Data-NumPy.ipynb index dc3cbde..24f2a85 100644 --- a/notebooks/02.09-Structured-Data-NumPy.ipynb +++ b/notebooks/02.09-Structured-Data-NumPy.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.00-Introduction-to-Pandas.ipynb b/notebooks/03.00-Introduction-to-Pandas.ipynb index 1acff01..79f9259 100644 --- a/notebooks/03.00-Introduction-to-Pandas.ipynb +++ b/notebooks/03.00-Introduction-to-Pandas.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.01-Introducing-Pandas-Objects.ipynb b/notebooks/03.01-Introducing-Pandas-Objects.ipynb index 4785c4d..615ca42 100644 --- a/notebooks/03.01-Introducing-Pandas-Objects.ipynb +++ b/notebooks/03.01-Introducing-Pandas-Objects.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.02-Data-Indexing-and-Selection.ipynb b/notebooks/03.02-Data-Indexing-and-Selection.ipynb index 757c435..5ea4cd5 100644 --- a/notebooks/03.02-Data-Indexing-and-Selection.ipynb +++ b/notebooks/03.02-Data-Indexing-and-Selection.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.03-Operations-in-Pandas.ipynb b/notebooks/03.03-Operations-in-Pandas.ipynb index bb30294..14920b8 100644 --- a/notebooks/03.03-Operations-in-Pandas.ipynb +++ b/notebooks/03.03-Operations-in-Pandas.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.04-Missing-Values.ipynb b/notebooks/03.04-Missing-Values.ipynb index cd2939d..db2c8fd 100644 --- a/notebooks/03.04-Missing-Values.ipynb +++ b/notebooks/03.04-Missing-Values.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.05-Hierarchical-Indexing.ipynb b/notebooks/03.05-Hierarchical-Indexing.ipynb index 8882946..1b59148 100644 --- a/notebooks/03.05-Hierarchical-Indexing.ipynb +++ b/notebooks/03.05-Hierarchical-Indexing.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.06-Concat-And-Append.ipynb b/notebooks/03.06-Concat-And-Append.ipynb index 3ddfbe8..1257731 100644 --- a/notebooks/03.06-Concat-And-Append.ipynb +++ b/notebooks/03.06-Concat-And-Append.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.07-Merge-and-Join.ipynb b/notebooks/03.07-Merge-and-Join.ipynb index 2f55623..b95c8a2 100644 --- a/notebooks/03.07-Merge-and-Join.ipynb +++ b/notebooks/03.07-Merge-and-Join.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.08-Aggregation-and-Grouping.ipynb b/notebooks/03.08-Aggregation-and-Grouping.ipynb index b3b840f..a690e7c 100644 --- a/notebooks/03.08-Aggregation-and-Grouping.ipynb +++ b/notebooks/03.08-Aggregation-and-Grouping.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.09-Pivot-Tables.ipynb b/notebooks/03.09-Pivot-Tables.ipynb index 2b7e7ce..56828fb 100644 --- a/notebooks/03.09-Pivot-Tables.ipynb +++ b/notebooks/03.09-Pivot-Tables.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.10-Working-With-Strings.ipynb b/notebooks/03.10-Working-With-Strings.ipynb index 27810f1..8bd4a1a 100644 --- a/notebooks/03.10-Working-With-Strings.ipynb +++ b/notebooks/03.10-Working-With-Strings.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.11-Working-with-Time-Series.ipynb b/notebooks/03.11-Working-with-Time-Series.ipynb index b446516..bffda2d 100644 --- a/notebooks/03.11-Working-with-Time-Series.ipynb +++ b/notebooks/03.11-Working-with-Time-Series.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.12-Performance-Eval-and-Query.ipynb b/notebooks/03.12-Performance-Eval-and-Query.ipynb index 66e05ab..4e31cda 100644 --- a/notebooks/03.12-Performance-Eval-and-Query.ipynb +++ b/notebooks/03.12-Performance-Eval-and-Query.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/03.13-Further-Resources.ipynb b/notebooks/03.13-Further-Resources.ipynb index 819ae16..cbfe197 100644 --- a/notebooks/03.13-Further-Resources.ipynb +++ b/notebooks/03.13-Further-Resources.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.00-Introduction-To-Matplotlib.ipynb b/notebooks/04.00-Introduction-To-Matplotlib.ipynb index f97d7b8..f427300 100644 --- a/notebooks/04.00-Introduction-To-Matplotlib.ipynb +++ b/notebooks/04.00-Introduction-To-Matplotlib.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.01-Simple-Line-Plots.ipynb b/notebooks/04.01-Simple-Line-Plots.ipynb index 8f9394e..ecc965a 100644 --- a/notebooks/04.01-Simple-Line-Plots.ipynb +++ b/notebooks/04.01-Simple-Line-Plots.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.02-Simple-Scatter-Plots.ipynb b/notebooks/04.02-Simple-Scatter-Plots.ipynb index 4865576..c70cc27 100644 --- a/notebooks/04.02-Simple-Scatter-Plots.ipynb +++ b/notebooks/04.02-Simple-Scatter-Plots.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.03-Errorbars.ipynb b/notebooks/04.03-Errorbars.ipynb index a9f6587..9698941 100644 --- a/notebooks/04.03-Errorbars.ipynb +++ b/notebooks/04.03-Errorbars.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.04-Density-and-Contour-Plots.ipynb b/notebooks/04.04-Density-and-Contour-Plots.ipynb index 7549ff9..31863d6 100644 --- a/notebooks/04.04-Density-and-Contour-Plots.ipynb +++ b/notebooks/04.04-Density-and-Contour-Plots.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.05-Histograms-and-Binnings.ipynb b/notebooks/04.05-Histograms-and-Binnings.ipynb index ff91ecf..086864d 100644 --- a/notebooks/04.05-Histograms-and-Binnings.ipynb +++ b/notebooks/04.05-Histograms-and-Binnings.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.06-Customizing-Legends.ipynb b/notebooks/04.06-Customizing-Legends.ipynb index baa62f7..1e0a697 100644 --- a/notebooks/04.06-Customizing-Legends.ipynb +++ b/notebooks/04.06-Customizing-Legends.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.07-Customizing-Colorbars.ipynb b/notebooks/04.07-Customizing-Colorbars.ipynb index f35d7d7..222d653 100644 --- a/notebooks/04.07-Customizing-Colorbars.ipynb +++ b/notebooks/04.07-Customizing-Colorbars.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.08-Multiple-Subplots.ipynb b/notebooks/04.08-Multiple-Subplots.ipynb index 20fa590..27ce392 100644 --- a/notebooks/04.08-Multiple-Subplots.ipynb +++ b/notebooks/04.08-Multiple-Subplots.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.09-Text-and-Annotation.ipynb b/notebooks/04.09-Text-and-Annotation.ipynb index 9dc184c..e971b6a 100644 --- a/notebooks/04.09-Text-and-Annotation.ipynb +++ b/notebooks/04.09-Text-and-Annotation.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.10-Customizing-Ticks.ipynb b/notebooks/04.10-Customizing-Ticks.ipynb index 16887a7..af0211b 100644 --- a/notebooks/04.10-Customizing-Ticks.ipynb +++ b/notebooks/04.10-Customizing-Ticks.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.11-Settings-and-Stylesheets.ipynb b/notebooks/04.11-Settings-and-Stylesheets.ipynb index 89b4dcf..6c14a5f 100644 --- a/notebooks/04.11-Settings-and-Stylesheets.ipynb +++ b/notebooks/04.11-Settings-and-Stylesheets.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.12-Three-Dimensional-Plotting.ipynb b/notebooks/04.12-Three-Dimensional-Plotting.ipynb index 467c446..5733be8 100644 --- a/notebooks/04.12-Three-Dimensional-Plotting.ipynb +++ b/notebooks/04.12-Three-Dimensional-Plotting.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.13-Geographic-Data-With-Basemap.ipynb b/notebooks/04.13-Geographic-Data-With-Basemap.ipynb index 5835d3c..5fbfa21 100644 --- a/notebooks/04.13-Geographic-Data-With-Basemap.ipynb +++ b/notebooks/04.13-Geographic-Data-With-Basemap.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.14-Visualization-With-Seaborn.ipynb b/notebooks/04.14-Visualization-With-Seaborn.ipynb index 8d1abeb..a0fc3cd 100644 --- a/notebooks/04.14-Visualization-With-Seaborn.ipynb +++ b/notebooks/04.14-Visualization-With-Seaborn.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/04.15-Further-Resources.ipynb b/notebooks/04.15-Further-Resources.ipynb index 950fd12..b86d30a 100644 --- a/notebooks/04.15-Further-Resources.ipynb +++ b/notebooks/04.15-Further-Resources.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.00-Machine-Learning.ipynb b/notebooks/05.00-Machine-Learning.ipynb index 825744a..3e31925 100644 --- a/notebooks/05.00-Machine-Learning.ipynb +++ b/notebooks/05.00-Machine-Learning.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.01-What-Is-Machine-Learning.ipynb b/notebooks/05.01-What-Is-Machine-Learning.ipynb index e744cce..cc6d84c 100644 --- a/notebooks/05.01-What-Is-Machine-Learning.ipynb +++ b/notebooks/05.01-What-Is-Machine-Learning.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.02-Introducing-Scikit-Learn.ipynb b/notebooks/05.02-Introducing-Scikit-Learn.ipynb index 3f202f7..cb824f8 100644 --- a/notebooks/05.02-Introducing-Scikit-Learn.ipynb +++ b/notebooks/05.02-Introducing-Scikit-Learn.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.03-Hyperparameters-and-Model-Validation.ipynb b/notebooks/05.03-Hyperparameters-and-Model-Validation.ipynb index b651898..104cc2a 100644 --- a/notebooks/05.03-Hyperparameters-and-Model-Validation.ipynb +++ b/notebooks/05.03-Hyperparameters-and-Model-Validation.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.04-Feature-Engineering.ipynb b/notebooks/05.04-Feature-Engineering.ipynb index 25ffdef..59fd630 100644 --- a/notebooks/05.04-Feature-Engineering.ipynb +++ b/notebooks/05.04-Feature-Engineering.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.05-Naive-Bayes.ipynb b/notebooks/05.05-Naive-Bayes.ipynb index 9bdbe78..c33e958 100644 --- a/notebooks/05.05-Naive-Bayes.ipynb +++ b/notebooks/05.05-Naive-Bayes.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.06-Linear-Regression.ipynb b/notebooks/05.06-Linear-Regression.ipynb index 206ea55..f359a6d 100644 --- a/notebooks/05.06-Linear-Regression.ipynb +++ b/notebooks/05.06-Linear-Regression.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.07-Support-Vector-Machines.ipynb b/notebooks/05.07-Support-Vector-Machines.ipynb index e7cfd19..9415e97 100644 --- a/notebooks/05.07-Support-Vector-Machines.ipynb +++ b/notebooks/05.07-Support-Vector-Machines.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.08-Random-Forests.ipynb b/notebooks/05.08-Random-Forests.ipynb index b490e11..00ebda6 100644 --- a/notebooks/05.08-Random-Forests.ipynb +++ b/notebooks/05.08-Random-Forests.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.09-Principal-Component-Analysis.ipynb b/notebooks/05.09-Principal-Component-Analysis.ipynb index 71c840e..0f7e9e4 100644 --- a/notebooks/05.09-Principal-Component-Analysis.ipynb +++ b/notebooks/05.09-Principal-Component-Analysis.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.10-Manifold-Learning.ipynb b/notebooks/05.10-Manifold-Learning.ipynb index bf1c460..44c8562 100644 --- a/notebooks/05.10-Manifold-Learning.ipynb +++ b/notebooks/05.10-Manifold-Learning.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.11-K-Means.ipynb b/notebooks/05.11-K-Means.ipynb index f54cf43..1422d70 100644 --- a/notebooks/05.11-K-Means.ipynb +++ b/notebooks/05.11-K-Means.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.12-Gaussian-Mixtures.ipynb b/notebooks/05.12-Gaussian-Mixtures.ipynb index 6896903..89d1816 100644 --- a/notebooks/05.12-Gaussian-Mixtures.ipynb +++ b/notebooks/05.12-Gaussian-Mixtures.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.13-Kernel-Density-Estimation.ipynb b/notebooks/05.13-Kernel-Density-Estimation.ipynb index ba85d6a..00f7eec 100644 --- a/notebooks/05.13-Kernel-Density-Estimation.ipynb +++ b/notebooks/05.13-Kernel-Density-Estimation.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.14-Image-Features.ipynb b/notebooks/05.14-Image-Features.ipynb index baf164b..c36b9f9 100644 --- a/notebooks/05.14-Image-Features.ipynb +++ b/notebooks/05.14-Image-Features.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/05.15-Learning-More.ipynb b/notebooks/05.15-Learning-More.ipynb index 9bbd08b..737c193 100644 --- a/notebooks/05.15-Learning-More.ipynb +++ b/notebooks/05.15-Learning-More.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, { diff --git a/notebooks/06.00-Figure-Code.ipynb b/notebooks/06.00-Figure-Code.ipynb index d5048ea..ba7749f 100644 --- a/notebooks/06.00-Figure-Code.ipynb +++ b/notebooks/06.00-Figure-Code.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "source": [ "\n", - "

View an executable version of this notebook in Google Colab.

\n" + "

View an executable version of this notebook in Google Colab.

\n" ] }, {