天天看点

Ubuntu下配置Python数据分析环境

Ubuntu下配置Python数据分析环境

  1. 安装常用的库
    sudo apt-get install python-numpy python-scipy 
    sudo apt-get install python-matplotlib  python-pandas 
    sudo apt-get install ipython ipython-notebook 
    sudo apt-get install python-sympy python-nose
               

继续阅读