Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Jul 1, 2024
1 parent 93dcdbd commit e5f2b8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions overview/xarray-in-45-min.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1105,9 +1105,7 @@
"outputs": [],
"source": [
"import hvplot.xarray\n",
"import xarray as xr\n",
"\n",
"ds = xr.tutorial.open_dataset(\"air_temperature\")\n",
"ds.mean(\"time\").hvplot(\n",
" groupby=\"lat\",\n",
" hover=\"vline\",\n",
Expand Down

0 comments on commit e5f2b8d

Please sign in to comment.