Skip to content

Commit 2a5ffb2

Browse files
committed
add numpy advanced indexing
1 parent f670605 commit 2a5ffb2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

intermediate/indexing/advanced-indexing.ipynb

+6-1
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,15 @@
379379
"\n",
380380
":::{seealso}\n",
381381
"- [NumPy Fancy Indexing](https://numpy.org/doc/stable/reference/arrays.indexing.html#fancy-indexing)\n",
382-
"- [Xarray Indexing](indexing.md)\n",
382+
"- [NumPy Advanced Indexing](https://numpy.org/doc/stable/user/basics.indexing.html#advanced-indexing)\n",
383383
"\n",
384384
":::\n"
385385
]
386+
},
387+
{
388+
"cell_type": "markdown",
389+
"metadata": {},
390+
"source": []
386391
}
387392
],
388393
"metadata": {

0 commit comments

Comments
 (0)