Skip to content

Commit 6e07920

Browse files
committed
fix notebook
1 parent 9b39a38 commit 6e07920

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/bqplot.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20-
"from bqplot import *\n",
20+
"from bqplot import Figure, Axis, Lines, LinearScale, Bars\n",
2121
"\n",
2222
"import numpy as np\n",
2323
"\n",
@@ -114,8 +114,6 @@
114114
"metadata": {},
115115
"outputs": [],
116116
"source": [
117-
"from bqplot import *\n",
118-
"\n",
119117
"import numpy as np\n",
120118
"\n",
121119
"np.random.seed(0)\n",

0 commit comments

Comments
 (0)