“HVplot Interactive” Ответ

HVplot Interactive

import xarray as xr
import hvplot.xarray # noqa
import hvplot.pandas # noqa
import panel as pn
import panel.widgets as pnw
import ipywidgets as ipw
Shiny Sardine

HVplot Interactive

slider = pnw.IntSlider(name='time', start=0, end=10)

ds.air.interactive(width=800).isel(time=slider)
Shiny Sardine

Ответы похожие на “HVplot Interactive”

Вопросы похожие на “HVplot Interactive”

Смотреть популярные ответы по языку

Смотреть другие языки программирования