Skip to content

Commit

Permalink
few fixes for build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed Jun 6, 2024
1 parent 8999e25 commit 3287085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion intermediate/indexing/advanced-indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
"source": [
"The image below summarizes the difference between orthogonal and vectorized indexing for a 2D 5x5 array. \n",
"\n",
"\n",
"\n",
"![Orthogonal vs. Vectorized Indexing](../../images/orthogonal_vs_vectorized.png)"
]
},
Expand Down Expand Up @@ -146,7 +148,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"👆 please notice how the ouput if the indexing example above resulted in an array of 3x4. "
"👆 please notice how the output if the indexing example above resulted in an array of 3x4. "
]
},
{
Expand Down

0 comments on commit 3287085

Please sign in to comment.