Update visualization_gallery.ipynb

xarray demo requires pooch lib to load examples
intro16
Brian M Hamlin 2023-06-01 19:24:58 -07:00 committed by GitHub
parent 088da7f27a
commit 1027397f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
},
"outputs": [],
"source": [
"!pip3 install --user pooch\n",
"import cartopy.crs as ccrs\n",
"import matplotlib.pyplot as plt\n",
"import xarray as xr\n",