Skip to content

TomNicholas/xarray-interactive

Repository files navigation

Repo for working ideas on making xarray interactive through ipython widgets.

Proposal: xarray.interactive module

I've only just discovered the power of using ipython widgets in jupyter, and I think xarray could leverage this to make lots of common data analysis tasks more interactive and intuitive.

For example, imagine being in a jupyter environment, entering

da.interactive.plot(time='2013-01-01T06:00:00')

and getting this plot with time slider (example from holoviews), but interactive, and with N different sliders for exploring an N-dimensional xarray.DataArray

hvplot example

Aims

To eventually implement all of the API shown in the examples

Useful links

About

Ideas for making xarray interactive using ipython widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published