Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 27, 2024
1 parent 9b39a38 commit 6e07920
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/bqplot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"from bqplot import *\n",
"from bqplot import Figure, Axis, Lines, LinearScale, Bars\n",
"\n",
"import numpy as np\n",
"\n",
Expand Down Expand Up @@ -114,8 +114,6 @@
"metadata": {},
"outputs": [],
"source": [
"from bqplot import *\n",
"\n",
"import numpy as np\n",
"\n",
"np.random.seed(0)\n",
Expand Down

0 comments on commit 6e07920

Please sign in to comment.