Skip to content

Commit 68d5165

Browse files
committed
230316c
1 parent c69a076 commit 68d5165

File tree

1 file changed

+5
-33
lines changed

1 file changed

+5
-33
lines changed

04_arreglos_con_contenido_aleatorio.ipynb

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 1,
19+
"execution_count": null,
2020
"metadata": {
2121
"scrolled": true
2222
},
@@ -72,26 +72,11 @@
7272
},
7373
{
7474
"cell_type": "code",
75-
"execution_count": 2,
75+
"execution_count": null,
7676
"metadata": {
7777
"scrolled": true
7878
},
79-
"outputs": [
80-
{
81-
"data": {
82-
"text/plain": [
83-
"array([[[4.60042297e-01, 9.74214121e-01],\n",
84-
" [1.62014362e-01, 6.59395492e-01]],\n",
85-
"\n",
86-
" [[5.95796252e-04, 2.38868723e-01],\n",
87-
" [4.73839545e-01, 7.97526479e-01]]])"
88-
]
89-
},
90-
"execution_count": 2,
91-
"metadata": {},
92-
"output_type": "execute_result"
93-
}
94-
],
79+
"outputs": [],
9580
"source": [
9681
"np.random.rand(2, 2, 2)"
9782
]
@@ -131,24 +116,11 @@
131116
},
132117
{
133118
"cell_type": "code",
134-
"execution_count": 3,
119+
"execution_count": null,
135120
"metadata": {
136121
"scrolled": true
137122
},
138-
"outputs": [
139-
{
140-
"data": {
141-
"text/plain": [
142-
"array([[1, 2, 1],\n",
143-
" [2, 2, 1],\n",
144-
" [2, 2, 2]])"
145-
]
146-
},
147-
"execution_count": 3,
148-
"metadata": {},
149-
"output_type": "execute_result"
150-
}
151-
],
123+
"outputs": [],
152124
"source": [
153125
"np.random.randint(1, 3, (3, 3))"
154126
]

0 commit comments

Comments
 (0)