Skip to content

Commit

Permalink
Change note
Browse files Browse the repository at this point in the history
I think it's more impressive if it works on the website
  • Loading branch information
ahuang11 committed Jun 11, 2024
1 parent c72ca10 commit b7d9405
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions overview/xarray-in-45-min.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1106,16 +1106,7 @@
"source": [
"import hvplot.xarray\n",
"\n",
"ds.air.hvplot(groupby=\"time\", clim=(270, 300), widget_location='bottom')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```{note}\n",
"The time slider will only work if you're executing the notebook, rather than viewing the website\n",
"```"
"ds.isel(time=slice(0, 10)).air.hvplot(groupby=\"time\", clim=(270, 300), widget_location='bottom', dynamic=False)"
]
},
{
Expand Down

0 comments on commit b7d9405

Please sign in to comment.