Repo for working ideas on making xarray interactive through ipython widgets.
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
To eventually implement all of the API shown in the examples