Anaconda 安装与 使用
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
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 年前
更多推荐
已为社区贡献5条内容
所有评论(0)