Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3506a6c commit 0c314d4Copy full SHA for 0c314d4
1 file changed
notebooks/03_performance_plot.ipynb
@@ -31,6 +31,8 @@
31
},
32
"outputs": [],
33
"source": [
34
+ "import numpy\n",
35
+ "import perfplot\n",
36
"from ing_theme_matplotlib import mpl_style"
37
]
38
@@ -188,9 +190,6 @@
188
190
}
189
191
],
192
- "import numpy\n",
- "import perfplot\n",
193
- "\n",
194
"perfplot.show(\n",
195
" setup=lambda n: numpy.random.rand(n), # or simply setup=numpy.random.rand\n",
196
" kernels=[\n",
@@ -205,13 +204,6 @@
205
204
" xlabel=\"len(a)\",\n",
206
")"
207
208
- },
209
- {
210
- "cell_type": "code",
211
- "execution_count": null,
212
- "metadata": {},
213
- "outputs": [],
214
- "source": []
215
216
217
"metadata": {
@@ -230,7 +222,7 @@
230
222
"name": "python",
231
223
"nbconvert_exporter": "python",
232
224
"pygments_lexer": "ipython3",
233
- "version": "3.7.7"
225
+ "version": "3.8.5"
234
226
235
227
236
228
"nbformat": 4,
0 commit comments