I have the latest version of pandas (0.18). But when I import it from jupyter, the version shows 0.15 instead. What happened and how can I resolve this?
            Asked
            
        
        
            Active
            
        
            Viewed 144 times
        
    0
            
            
        - 
                    make sure that jupyter and pandas are in the same conda environment, or use kernels: http://stackoverflow.com/questions/30492623/using-both-python-2-x-and-python-3-x-in-ipython-notebook/30492913#30492913 – cel Sep 10 '16 at 08:36
 - 
                    No, it doesn't work. And I check the juypter is in py27_2 while pandas 0.18 is in py27_0. But juypter_core is in py27_0. I am confused – Ghostintheshell Sep 10 '16 at 09:47