Not sure what happened but whenever I use ipython, hydrogen (atom) or jupyter notebook can\'t find any of the installed modules. I know I have pandas installed but the noteb
Try the following:
pip3 install ipykernel --upgrade python3 -m ipykernel install --user
Make sure that Panda is installed using pip3.