Skip to content

Commit

Permalink
Using hv.extension() consistently in element notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jun 18, 2017
1 parent 041cf45 commit 7fa6bd1
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Area.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Arrow.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Bounds.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Box.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/BoxWhisker.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Contours.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Curve.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Ellipse.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/ErrorBars.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/HLine.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/HSV.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/HeatMap.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Histogram.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Image.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/ItemTable.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Path.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Points.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Polygons.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/QuadMesh.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/RGB.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Raster.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Scatter.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Spikes.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Spline.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Spread.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Table.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/Text.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/VLine.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/elements/matplotlib/VectorField.ipynb
Expand Up @@ -23,7 +23,7 @@
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.notebook_extension()"
"hv.extension()"
]
},
{
Expand Down

0 comments on commit 7fa6bd1

Please sign in to comment.