diff --git a/examples/Homepage.ipynb b/examples/Homepage.ipynb index e675c1c3..d26371fb 100644 --- a/examples/Homepage.ipynb +++ b/examples/Homepage.ipynb @@ -31,7 +31,7 @@ "outputs": [], "source": [ "(gf.ocean + gf.land + gf.ocean * gf.land * gf.coastline * gf.borders).opts(\n", - " 'Feature', projection=crs.Geostationary(), global_extent=True, height=325).cols(3)" + " 'Feature', projection=crs.Geostationary(), global_extent=True, height=325)" ] }, {