You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The learning material has a section on installing IPython via Anaconda. Then there is some discussion about Python 2 and 3. Previously, Anaconda was only available for Python 2, but this is no longer the case. I think the material should then consistently use Python 3 throughout and skip this discussion.
The text was updated successfully, but these errors were encountered:
Thanks for mentioning this. I absolutely agree. The last time we looked into this, Python 3 was still an additional install option (using conda) on top of the Python 2 Anaconda. However I see on the downloads page for Anaconda 2.0.1 that you can now get a Python 3.4 complete installer image. Yay!
To avoid accidental errors someone probably still needs to run through all the steps with Anaconda 2.0.1/Python 3 to check that all the subtle differences are taken care of. But I think it's absolutely a good idea to transition.
We are in the process of updating the tutorials and removing references to python 2 (see issue Remove references to Python 2). That should solve this issue.
The learning material has a section on installing IPython via Anaconda. Then there is some discussion about Python 2 and 3. Previously, Anaconda was only available for Python 2, but this is no longer the case. I think the material should then consistently use Python 3 throughout and skip this discussion.
The text was updated successfully, but these errors were encountered: