Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5f2b8d

Browse files
authored
Remove import
1 parent 93dcdbd commit e5f2b8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

overview/xarray-in-45-min.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,9 +1105,7 @@
11051105
"outputs": [],
11061106
"source": [
11071107
"import hvplot.xarray\n",
1108-
"import xarray as xr\n",
11091108
"\n",
1110-
"ds = xr.tutorial.open_dataset(\"air_temperature\")\n",
11111109
"ds.mean(\"time\").hvplot(\n",
11121110
" groupby=\"lat\",\n",
11131111
" hover=\"vline\",\n",

0 commit comments

Comments
 (0)