holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.13k stars 109 forks source link

widgets are unresponsive in almost all of the reference guide #598

Closed daliagachc closed 3 years ago

daliagachc commented 3 years ago

guide->gallery

for example—but have found many more places—: https://hvplot.holoviz.org/user_guide/Widgets.html

jbednar commented 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 ?

daliagachc commented 3 years ago

thank you! I wanted to add 2 points since i think the problem goes deeper in my case:

air_ds.hvplot.quadmesh( 'lon', 'lat', 'air', projection=ccrs.Orthographic(-90, 30), global_extent=True, frame_height=540, cmap='viridis', coastline=True )

jlstevens commented 3 years ago

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.

jlstevens commented 3 years ago

I'm not sure when exactly, but the page has been rebuilt and the interactivity warning is showing:

image

(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.