安装命令行如下:
sudo apt update && sudo apt upgrade
sudo apt install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
sudo apt update
sudo apt install python-pip
sudo apt install python-networkx
sudo pip install scikit-image
参考网站:
https://blackbricksoftware.com/bit-on-bytes/169-scikit-image-installation-for-ubuntu-16-04
本文详细介绍在Ubuntu 16.04系统中安装一系列科学计算软件包的过程,包括NumPy、SciPy、Matplotlib等核心库,以及IPython、Jupyter Notebook等交互式环境。此外,还介绍了如何安装Python的包管理器pip,NetworkX图形库和scikit-image图像处理库,为进行科学研究和数据分析提供了全面的工具集。

5433

被折叠的 条评论
为什么被折叠?



