Skip to content

Commit a2d70dc

Browse files
committed
26082025_fromexistingdata
1 parent 3c88c26 commit a2d70dc

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

1_Array_creation_routines.ipynb

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,25 @@
326326
},
327327
{
328328
"cell_type": "code",
329-
"execution_count": null,
329+
"execution_count": 27,
330330
"metadata": {
331331
"collapsed": false
332332
},
333-
"outputs": [],
334-
"source": []
333+
"outputs": [
334+
{
335+
"data": {
336+
"text/plain": [
337+
"array([1, 2, 3])"
338+
]
339+
},
340+
"execution_count": 27,
341+
"metadata": {},
342+
"output_type": "execute_result"
343+
}
344+
],
345+
"source": [
346+
"np.array([1,2,3])"
347+
]
335348
},
336349
{
337350
"cell_type": "markdown",

0 commit comments

Comments
 (0)