Closed daliagachc closed 3 years ago
It looks like hvPlot has never been rebuilt with the warnings that you can see all over the rest of the HoloViz tools, e.g. http://holoviews.org/user_guide/Live_Data.html (see box on the right). @jlstevens ?
thank you! I wanted to add 2 points since i think the problem goes deeper in my case:
air_ds = xr.tutorial.open_dataset('air_temperature').load()
air_ds.hvplot.quadmesh( 'lon', 'lat', 'air', projection=ccrs.Orthographic(-90, 30), global_extent=True, frame_height=540, cmap='viridis', coastline=True )
If the doc build is not pinning nbsite, it should be adding the warning. I'll double check that it is correctly configured to warn otherwise.
I'm not sure when exactly, but the page has been rebuilt and the interactivity warning is showing:
(and the same for Live Data).
interaction seems to be broken (at least in my case) even when running locally.
air_ds.hvplot.quadmesh(
'lon', 'lat', 'air', projection=ccrs.Orthographic(-90, 30),
global_extent=True, frame_height=540, cmap='viridis',
coastline=True
)
Could you check if this is still true with the latest releases of hvplot and holoviews? If so, please report that in a new issue: I'm going to close this one as everything else here issue concerns the website which is now fixed.
guide->gallery
for example—but have found many more places—: https://hvplot.holoviz.org/user_guide/Widgets.html