from matplotlib import pyplot as plt %matplotlib inline 如果你之前已经尝试过导入 ‘matplotlib_inline’,但仍然遇到问题,可以尝试重启 Jupyter Notebook 服务器。在 Jupyter Notebook 的右上角,点击 ‘停止’ 按钮,然后重新启动服务器。 检查代码中的拼写错误: 确保你在代码中正确拼写了 ‘matplotlib_inline’。有...