Skip to content

Commit 2be03fa

Browse files
committed
some alt-text
1 parent dc0ba10 commit 2be03fa

File tree

2 files changed

+33
-87
lines changed

2 files changed

+33
-87
lines changed

content/02-numpy/numpy-basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
"\n",
577577
"Multidimensional arrays are stored in a contiguous space in memory -- this means that the columns / rows need to be unraveled (flattened) so that it can be thought of as a single one-dimensional array. Different programming languages do this via different conventions:\n",
578578
"\n",
579-
"![](row_column_major.png)\n",
579+
"![multidimensional array formatting, row-major vs. column-major](row_column_major.png)\n",
580580
"\n",
581581
"Storage order:\n",
582582
"\n",
@@ -780,7 +780,7 @@
780780
"name": "python",
781781
"nbconvert_exporter": "python",
782782
"pygments_lexer": "ipython3",
783-
"version": "3.13.2"
783+
"version": "3.14.2"
784784
}
785785
},
786786
"nbformat": 4,

0 commit comments

Comments
 (0)