Skip to content

Commit 921096f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2d4af43 commit 921096f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

intermediate/indexing/advanced-indexing.ipynb

+2-8
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"metadata": {},
269269
"outputs": [],
270270
"source": [
271-
"da_air.sel(lat=obs_lats, lon=obs_lats, method=\"nearest\") # -- orthogonal indexing"
271+
"da_air.sel(lat=obs_lats, lon=obs_lats, method=\"nearest\") # -- orthogonal indexing"
272272
]
273273
},
274274
{
@@ -402,11 +402,6 @@
402402
}
403403
],
404404
"metadata": {
405-
"kernelspec": {
406-
"display_name": "Python 3 (ipykernel)",
407-
"language": "python",
408-
"name": "python3"
409-
},
410405
"language_info": {
411406
"codemirror_mode": {
412407
"name": "ipython",
@@ -416,8 +411,7 @@
416411
"mimetype": "text/x-python",
417412
"name": "python",
418413
"nbconvert_exporter": "python",
419-
"pygments_lexer": "ipython3",
420-
"version": "3.9.18"
414+
"pygments_lexer": "ipython3"
421415
},
422416
"toc": {
423417
"base_numbering": 1,

0 commit comments

Comments
 (0)