I have been attempting to import certain packages into Jupyter Notebooks to run some Neural Network models for a school assignment. I am trying to import the keras ImageDataGenerator function to run some image recognition programs. However, it keeps telling me that it cannot import it into my Jupyter Notebook environment. I have tried to directly install the necessary packages into my Anaconda Python environment, but it has been no use. I have tried installing them on the command line and it tells me it was successful but this error still appears.