Posts

Showing posts from June, 2017

Python Adventure 2017-06-08

Upgraded my Anaconda conda install anaconda=4.3 Upgraded my Anaconda Python conda install python=3.6 Install everything needed conda install matplotlib spyder scipy jupyter Create Python 3.6 environment conda create -n py36 python=3.6 activate py36 deactive py36 Install xlrd pip install xlrd