I'm trying to plot .nii
data using nibabel
and nilearn
. I'm using python 3.5 and installed both packages successfully. But, when I'm trying to import the module, it's returning - ImportError: No module named 'nilearn'.
What am I missing here ??