Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/338.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 使用jupyter导入图表错误_Python_Jupyter - Fatal编程技术网

Python 使用jupyter导入图表错误

Python 使用jupyter导入图表错误,python,jupyter,Python,Jupyter,当我导入图表时 我犯了很多错误 怎么解决?谢谢 进口图表 ModuleNotFoundError:没有名为“scipy”的模块#我导入了scipy,但仍然出现错误看起来scipy没有安装 尝试使用您的终端安装它: pip install scipy

当我导入图表时 我犯了很多错误 怎么解决?谢谢

进口图表


ModuleNotFoundError:没有名为“scipy”的模块#我导入了scipy,但仍然出现错误

看起来scipy没有安装

尝试使用您的终端安装它:

pip install scipy