Skip to content

Commit 7843455

Browse files
Merge pull request #193 from coding-for-reproducible-research/numpy_data_download_button
Add download button for numpy data
2 parents 8de7d6b + cda0b15 commit 7843455

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

individual_modules/python_for_data_analysis/Python_NumPy.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,16 @@
288288
},
289289
{
290290
"cell_type": "markdown",
291-
"id": "bf621c7f-6198-4c3f-bdc9-be5a2a232039",
291+
"id": "25698c98-4139-408f-98bd-2ae4ef5cc61b",
292+
"metadata": {},
293+
"source": [
294+
"#### Download Files\n",
295+
"[Click Here to Download Data File to Local Space](data/multidimensional_array.npy)"
296+
]
297+
},
298+
{
299+
"cell_type": "markdown",
300+
"id": "bfcd7d89-942f-4666-b9f9-7a50d1d77f68",
292301
"metadata": {},
293302
"source": [
294303
"### Array Attributes \n",

0 commit comments

Comments
 (0)