问题
I've just changed from MATLAB to Python and I'm rather disappointed.
I've installed Spyder 2.3 for Python 2.7 via terminal on my early '15 MBP (just for you to get an idea about the hardware) with OS X El Capitan installed on it and the IPython console it is pretty slow.
Running simple commands like numpy's np.arange()
or sometimes even while calculating fundamental things just as 1+1
, it takes between several seconds and a minute and sometimes it even freezes for a couple of minutes.
Since I'm trying this now for a week (writing codes itself is not a problem, it's just about running commands in IPython) and I didn't find a solution, I'd like to ask you for a possible reason. Of course I restarted the machine during this time and the memory isn't running out of capacity.
Thanks for any advice.
来源:https://stackoverflow.com/questions/33860095/ipython-spyder-is-very-slow-and-often-freezes-running-on-mac-os-x-10-11