在tensorflow装matplotlib
时间: 2023-08-17 17:08:15 浏览: 79
python 3.5 visual studio 环境下,matplotlib tensorflow 包及依赖.rar
您可以使用以下命令安装 matplotlib 和 tensorflow:
```python
pip install matplotlib tensorflow
```
这将同时安装最新版本的 matplotlib 和 tensorflow。请确保您已经安装了适合您的 Python 版本的 pip 包管理器。
阅读全文