Skip to content

Commit b7d9405

Browse files
authored
Change note
I think it's more impressive if it works on the website
1 parent c72ca10 commit b7d9405

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

overview/xarray-in-45-min.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,16 +1106,7 @@
11061106
"source": [
11071107
"import hvplot.xarray\n",
11081108
"\n",
1109-
"ds.air.hvplot(groupby=\"time\", clim=(270, 300), widget_location='bottom')"
1110-
]
1111-
},
1112-
{
1113-
"cell_type": "markdown",
1114-
"metadata": {},
1115-
"source": [
1116-
"```{note}\n",
1117-
"The time slider will only work if you're executing the notebook, rather than viewing the website\n",
1118-
"```"
1109+
"ds.isel(time=slice(0, 10)).air.hvplot(groupby=\"time\", clim=(270, 300), widget_location='bottom', dynamic=False)"
11191110
]
11201111
},
11211112
{

0 commit comments

Comments
 (0)