From 7fa6bd1340803a55535dec7c534009585b2b28eb Mon Sep 17 00:00:00 2001 From: jlstevens Date: Sun, 18 Jun 2017 22:43:51 +0100 Subject: [PATCH] Using hv.extension() consistently in element notebooks --- examples/elements/matplotlib/Area.ipynb | 2 +- examples/elements/matplotlib/Arrow.ipynb | 2 +- examples/elements/matplotlib/Bounds.ipynb | 2 +- examples/elements/matplotlib/Box.ipynb | 2 +- examples/elements/matplotlib/BoxWhisker.ipynb | 2 +- examples/elements/matplotlib/Contours.ipynb | 2 +- examples/elements/matplotlib/Curve.ipynb | 2 +- examples/elements/matplotlib/Ellipse.ipynb | 2 +- examples/elements/matplotlib/ErrorBars.ipynb | 2 +- examples/elements/matplotlib/HLine.ipynb | 2 +- examples/elements/matplotlib/HSV.ipynb | 2 +- examples/elements/matplotlib/HeatMap.ipynb | 2 +- examples/elements/matplotlib/Histogram.ipynb | 2 +- examples/elements/matplotlib/Image.ipynb | 2 +- examples/elements/matplotlib/ItemTable.ipynb | 2 +- examples/elements/matplotlib/Path.ipynb | 2 +- examples/elements/matplotlib/Points.ipynb | 2 +- examples/elements/matplotlib/Polygons.ipynb | 2 +- examples/elements/matplotlib/QuadMesh.ipynb | 2 +- examples/elements/matplotlib/RGB.ipynb | 2 +- examples/elements/matplotlib/Raster.ipynb | 2 +- examples/elements/matplotlib/Scatter.ipynb | 2 +- examples/elements/matplotlib/Spikes.ipynb | 2 +- examples/elements/matplotlib/Spline.ipynb | 2 +- examples/elements/matplotlib/Spread.ipynb | 2 +- examples/elements/matplotlib/Table.ipynb | 2 +- examples/elements/matplotlib/Text.ipynb | 2 +- examples/elements/matplotlib/VLine.ipynb | 2 +- examples/elements/matplotlib/VectorField.ipynb | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/examples/elements/matplotlib/Area.ipynb b/examples/elements/matplotlib/Area.ipynb index 13e3329379..5175f572d3 100644 --- a/examples/elements/matplotlib/Area.ipynb +++ b/examples/elements/matplotlib/Area.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Arrow.ipynb b/examples/elements/matplotlib/Arrow.ipynb index e8e32bedea..0b2eb5bfd3 100644 --- a/examples/elements/matplotlib/Arrow.ipynb +++ b/examples/elements/matplotlib/Arrow.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Bounds.ipynb b/examples/elements/matplotlib/Bounds.ipynb index d10616dc3d..e506b327a7 100644 --- a/examples/elements/matplotlib/Bounds.ipynb +++ b/examples/elements/matplotlib/Bounds.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Box.ipynb b/examples/elements/matplotlib/Box.ipynb index 61b3281a31..3633972095 100644 --- a/examples/elements/matplotlib/Box.ipynb +++ b/examples/elements/matplotlib/Box.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/BoxWhisker.ipynb b/examples/elements/matplotlib/BoxWhisker.ipynb index d2d2b522a3..fb848c7ac3 100644 --- a/examples/elements/matplotlib/BoxWhisker.ipynb +++ b/examples/elements/matplotlib/BoxWhisker.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Contours.ipynb b/examples/elements/matplotlib/Contours.ipynb index b55c99b7a3..25b9b3c199 100644 --- a/examples/elements/matplotlib/Contours.ipynb +++ b/examples/elements/matplotlib/Contours.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Curve.ipynb b/examples/elements/matplotlib/Curve.ipynb index c52e7ec259..c1a10de726 100644 --- a/examples/elements/matplotlib/Curve.ipynb +++ b/examples/elements/matplotlib/Curve.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Ellipse.ipynb b/examples/elements/matplotlib/Ellipse.ipynb index 4344e600da..cbfcbd8436 100644 --- a/examples/elements/matplotlib/Ellipse.ipynb +++ b/examples/elements/matplotlib/Ellipse.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/ErrorBars.ipynb b/examples/elements/matplotlib/ErrorBars.ipynb index 6420fb2fbd..cdd01f1558 100644 --- a/examples/elements/matplotlib/ErrorBars.ipynb +++ b/examples/elements/matplotlib/ErrorBars.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/HLine.ipynb b/examples/elements/matplotlib/HLine.ipynb index c3873518aa..729e3532d4 100644 --- a/examples/elements/matplotlib/HLine.ipynb +++ b/examples/elements/matplotlib/HLine.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/HSV.ipynb b/examples/elements/matplotlib/HSV.ipynb index 3c4bc2e61a..4f985f1218 100644 --- a/examples/elements/matplotlib/HSV.ipynb +++ b/examples/elements/matplotlib/HSV.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/HeatMap.ipynb b/examples/elements/matplotlib/HeatMap.ipynb index 3772e39b7d..b285f8e49e 100644 --- a/examples/elements/matplotlib/HeatMap.ipynb +++ b/examples/elements/matplotlib/HeatMap.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Histogram.ipynb b/examples/elements/matplotlib/Histogram.ipynb index f4723d267c..4014227d4b 100644 --- a/examples/elements/matplotlib/Histogram.ipynb +++ b/examples/elements/matplotlib/Histogram.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Image.ipynb b/examples/elements/matplotlib/Image.ipynb index 4f75dc08d4..073b809058 100644 --- a/examples/elements/matplotlib/Image.ipynb +++ b/examples/elements/matplotlib/Image.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/ItemTable.ipynb b/examples/elements/matplotlib/ItemTable.ipynb index 53a5293963..e874cb75fe 100644 --- a/examples/elements/matplotlib/ItemTable.ipynb +++ b/examples/elements/matplotlib/ItemTable.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Path.ipynb b/examples/elements/matplotlib/Path.ipynb index 328963b19b..a2235907fe 100644 --- a/examples/elements/matplotlib/Path.ipynb +++ b/examples/elements/matplotlib/Path.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Points.ipynb b/examples/elements/matplotlib/Points.ipynb index 6db7110989..dffeb6148c 100644 --- a/examples/elements/matplotlib/Points.ipynb +++ b/examples/elements/matplotlib/Points.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Polygons.ipynb b/examples/elements/matplotlib/Polygons.ipynb index 3c6497bbe8..8b5dc9bdc5 100644 --- a/examples/elements/matplotlib/Polygons.ipynb +++ b/examples/elements/matplotlib/Polygons.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/QuadMesh.ipynb b/examples/elements/matplotlib/QuadMesh.ipynb index 32f04361c0..e10a87dcd7 100644 --- a/examples/elements/matplotlib/QuadMesh.ipynb +++ b/examples/elements/matplotlib/QuadMesh.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/RGB.ipynb b/examples/elements/matplotlib/RGB.ipynb index 4cda4e4b1d..ebc9c21184 100644 --- a/examples/elements/matplotlib/RGB.ipynb +++ b/examples/elements/matplotlib/RGB.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Raster.ipynb b/examples/elements/matplotlib/Raster.ipynb index 79d01a83b5..0fa2e222f1 100644 --- a/examples/elements/matplotlib/Raster.ipynb +++ b/examples/elements/matplotlib/Raster.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Scatter.ipynb b/examples/elements/matplotlib/Scatter.ipynb index 862fd8ad61..89139eae40 100644 --- a/examples/elements/matplotlib/Scatter.ipynb +++ b/examples/elements/matplotlib/Scatter.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Spikes.ipynb b/examples/elements/matplotlib/Spikes.ipynb index 6f897471c8..bd2fdf700a 100644 --- a/examples/elements/matplotlib/Spikes.ipynb +++ b/examples/elements/matplotlib/Spikes.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Spline.ipynb b/examples/elements/matplotlib/Spline.ipynb index 4ffb90a193..e25a277239 100644 --- a/examples/elements/matplotlib/Spline.ipynb +++ b/examples/elements/matplotlib/Spline.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Spread.ipynb b/examples/elements/matplotlib/Spread.ipynb index 060cda230f..72eea58ca9 100644 --- a/examples/elements/matplotlib/Spread.ipynb +++ b/examples/elements/matplotlib/Spread.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Table.ipynb b/examples/elements/matplotlib/Table.ipynb index 5918a8daff..4832cffcc9 100644 --- a/examples/elements/matplotlib/Table.ipynb +++ b/examples/elements/matplotlib/Table.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/Text.ipynb b/examples/elements/matplotlib/Text.ipynb index 0a36022841..da05eecfa1 100644 --- a/examples/elements/matplotlib/Text.ipynb +++ b/examples/elements/matplotlib/Text.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/VLine.ipynb b/examples/elements/matplotlib/VLine.ipynb index 55b1fab420..e4db2cfcfe 100644 --- a/examples/elements/matplotlib/VLine.ipynb +++ b/examples/elements/matplotlib/VLine.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, { diff --git a/examples/elements/matplotlib/VectorField.ipynb b/examples/elements/matplotlib/VectorField.ipynb index 434909ec06..faf4aab0d9 100644 --- a/examples/elements/matplotlib/VectorField.ipynb +++ b/examples/elements/matplotlib/VectorField.ipynb @@ -23,7 +23,7 @@ "source": [ "import numpy as np\n", "import holoviews as hv\n", - "hv.notebook_extension()" + "hv.extension()" ] }, {