Installation¶
To first install IPyNiiVue and its dependencies, simply run:
$ pip install ipyniivue
Usage¶
In a Jupyter environment:
from ipyniivue import NiiVue
nv = NiiVue()
nv.load_volumes([{"path": "images/mni152.nii.gz"}])
nv
See the basic demo to learn more.