NSLS-II / scipy-binder

Binder-compatible repo including scipy stack and databroker
3 stars 14 forks source link

Add holoviews plotting #33

Closed EliotGann closed 2 years ago

EliotGann commented 2 years ago

hvplot is a really nice way of interactive plotting xarray data. If you import hvplot.xarray, all of the examples here: https://hvplot.holoviz.org/user_guide/Gridded_Data.html work.

EliotGann commented 2 years ago

I have been pip installing hvplot at the top of my jupyter notebooks. I'm not sure if conda works as well

EliotGann commented 2 years ago

@danielballan this is the request I was telling you about yesterday

danielballan commented 2 years ago

Will merge if CI passes