Skip to content

Commit 0911533

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ffc1dc commit 0911533

File tree

5 files changed

+2
-7
lines changed

5 files changed

+2
-7
lines changed

notebooks/bokeh.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
"metadata": {},
100100
"outputs": [],
101101
"source": [
102-
"import os\n",
103102
"from urllib.parse import urlparse\n",
104103
"\n",
105104
"url = urlparse(os.environ.get(\"VOILA_REQUEST_URL\"))\n",

notebooks/dashboard.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"source": [
7878
"import numpy as np\n",
7979
"from bqplot import pyplot as plt\n",
80-
"import bqplot\n",
8180
"\n",
8281
"fig = plt.figure( title='Line Chart')\n",
8382
"np.random.seed(0)\n",

notebooks/ipympl.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"outputs": [],
1717
"source": [
1818
"%matplotlib widget\n",
19-
"import ipympl\n",
2019
"\n",
2120
"import numpy as np\n",
2221
"import matplotlib.pyplot as plt\n",

notebooks/mimerenderers.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"source": [
1010
"from IPython.display import display\n",
1111
"from IPython.display import (\n",
12-
" HTML, Image, Latex, Math, Markdown, SVG\n",
12+
" HTML, Image, Latex, Markdown, SVG\n",
1313
")"
1414
]
1515
},
@@ -283,7 +283,6 @@
283283
"outputs": [],
284284
"source": [
285285
"from IPython.display import display\n",
286-
"import pandas as pd\n",
287286
"\n",
288287
"def Vega(spec):\n",
289288
" bundle = {}\n",

notebooks/yaml.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"from IPython.display import Markdown, clear_output\n",
11-
"from ipywidgets import ToggleButton, Output\n",
10+
"from IPython.display import Markdown\n",
1211
"import json\n",
1312
"import yaml\n",
1413
"\n",

0 commit comments

Comments
 (0)