I've installed both pandas and jupyter notebook on my virtualenvs(python3).
When I check which jupyter
, it's correctly refer to my envs. However, I can't import pandas when I run it in the browser.
When I run the ipython, I can import the pandas module though...
ImportError: No module named 'pandas'
Any help?