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




Comments

Popular posts from this blog

How to create an organizational chart in your webpage using Google Organization Chart Tools

Embed JSX code with if condition in React app