Skip to content

Commit

Permalink
Addressed some notebook flakes (generally unused imports). (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball authored and jlstevens committed May 16, 2018
1 parent cbdac8c commit 0f5895c
Show file tree
Hide file tree
Showing 61 changed files with 1 addition and 72 deletions.
2 changes: 0 additions & 2 deletions examples/gallery/demos/bokeh/autompg_histogram.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('bokeh','matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/autompg_violins.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"\n",
"from bokeh.sampledata.autompg import autompg\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh', 'matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/bars_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('bokeh','matplotlib')"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/boxplot_chart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/dot_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/dropdown_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/hextile_movie_ratings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/iris_density_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/iris_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/iris_grouped_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh', width=95)"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/iris_splom_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/point_draw_triangulate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"from holoviews.streams import PointDraw\n",
"hv.extension('bokeh')"
Expand Down
2 changes: 0 additions & 2 deletions examples/gallery/demos/bokeh/route_chord.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"from bokeh.sampledata.airport_routes import routes, airports\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/scatter_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/step_chart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/bokeh/topographic_hillshading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
2 changes: 0 additions & 2 deletions examples/gallery/demos/matplotlib/autompg_histogram.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/autompg_violins.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"\n",
"from bokeh.sampledata.autompg import autompg\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
"%output fig='svg'"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/bars_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/boxplot_chart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
"%output fig='svg'"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/dropdown_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/iris_density_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/iris_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
"%output fig='svg'"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/iris_grouped_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/iris_splom_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
2 changes: 0 additions & 2 deletions examples/gallery/demos/matplotlib/route_chord.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"from bokeh.sampledata.airport_routes import routes, airports\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/scatter_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
Expand Down
1 change: 0 additions & 1 deletion examples/gallery/demos/matplotlib/step_chart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
"%output fig='svg'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
"%output fig='svg'"
Expand All @@ -37,7 +36,6 @@
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"import matplotlib.pyplot as plt\n",
"from matplotlib.cbook import get_sample_data\n",
"from matplotlib.colors import LightSource\n",
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/Bounds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/Chord.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"from bokeh.sampledata.les_mis import data\n",
Expand Down
2 changes: 0 additions & 2 deletions examples/reference/elements/bokeh/Graph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"import networkx as nx\n",
"\n",
"hv.extension('bokeh')\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/ItemTable.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/Sankey.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/Spline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/Table.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('bokeh')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/bokeh/TriMesh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"from scipy.spatial import Delaunay\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/matplotlib/Bounds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/matplotlib/Chord.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"from bokeh.sampledata.les_mis import data\n",
Expand Down
2 changes: 0 additions & 2 deletions examples/reference/elements/matplotlib/Graph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import holoviews as hv\n",
"import networkx as nx\n",
"\n",
"hv.extension('matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/matplotlib/ItemTable.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/matplotlib/Sankey.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion examples/reference/elements/matplotlib/Spline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import holoviews as hv\n",
"hv.extension('matplotlib')"
]
Expand Down
Loading

0 comments on commit 0f5895c

Please sign in to comment.