nipy / niwidgets

Neuroimaging widgets for jupyter notebooks
http://www.nipy.org/niwidgets
Other
84 stars 34 forks source link

Refactor volume widget #43

Closed janfreyberg closed 5 years ago

janfreyberg commented 6 years ago

I've made a new widget, VolumeWidget, which adds a bunch of new functionality to the volume widget that takes in nifti files, and misses some of the "custom plotting function" functionality of the NiftiWidget class.

This closes https://github.com/nipy/niwidgets/issues/26, https://github.com/nipy/niwidgets/issues/28, https://github.com/nipy/niwidgets/issues/30

For now I'd propose:

To try it, take a look the demo notebook.

janfreyberg commented 6 years ago

@cancan101 - please do share any thoughts on these changes. It would be particularly helpful if you could check if this addresses the issues you've had in the past. To install, simply clone this branch and install the development version with pip install -e repository/path