We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88c26 commit a2d70dcCopy full SHA for a2d70dc
1_Array_creation_routines.ipynb
@@ -326,12 +326,25 @@
326
},
327
{
328
"cell_type": "code",
329
- "execution_count": null,
+ "execution_count": 27,
330
"metadata": {
331
"collapsed": false
332
333
- "outputs": [],
334
- "source": []
+ "outputs": [
+ {
335
+ "data": {
336
+ "text/plain": [
337
+ "array([1, 2, 3])"
338
+ ]
339
+ },
340
341
+ "metadata": {},
342
+ "output_type": "execute_result"
343
+ }
344
+ ],
345
+ "source": [
346
+ "np.array([1,2,3])"
347
348
349
350
"cell_type": "markdown",
0 commit comments