I am using snewpy version 1.6 installed via pip. I tried running the FlavorTransformation.ipynb notebook in snewpy/doc/source/nb but the imports
from snewpy.neutrino import MassHierarchy, MixingParameters, ThreeFlavorMixingParameters, FourFlavorMixingParameters and
from snewpy.flavor import ThreeFlavor, FourFlavor
fail. The former can be fixed by replacing the line with
from snewpy.neutrino import MassHierarchy, MixingParameters, MixingParameters3Flavor, MixingParameters4Flavor.
The latter import fails as the flavor.py file is not recognised in the import.