此问题已在此处有答案:
Why does Visual Studio Code recognize numpy but not matplotlib.pyplot in Python?(1个答案)
How to activate conda environment in vs code(2个答案)
Auto activate virtual environment in Visual Studio Code(8个回答)
18天前关闭.
from matplotlib import pyplot as plt
即使我在Vscode中通过pip安装了matplotlib,它仍然说没有名为“matplotlib”的模块。当我使用Notebook时,它可以工作。我如何在Vscode中使用Matplotlib?
1条答案
按热度按时间f1tvaqid1#
1.首先检查你在笔记本上使用的python版本。
1.请确保在vscode中使用相同版本的python:
单击右下角的
{}python
。然后在顶部中间选择正确的Python版本。