Anaconda安装

下载地址:https://www.anaconda.com/download/

#python3.6
bash ~/Downloads/Anaconda3-4.4.0-Linux-x86_64.sh

#python2.7
bash ~/Downloads/Anaconda2-4.4.0-Linux-x86_64.sh

列出安装packages:

conda list

安装package:

conda install numpy
conda install scipy
conda install pandas
conda install matplotlib

注意:conda install会安装或更新库所依赖的各种库,pip install不会更新


Anaconda使用

Jupyter QtConsole or IPython(命令行式) 安装

conda update ipython 或 如需本地安装pip install
ipython

Jupyter Notebook(Web) 安装

如需本地安装:pip install jupyter

spyder(IDE,如需本地安装推荐Pycharm)

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐