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
Issue seems to be resolved by running
pip3 install rather than pip install
pip3 install
pip install