matplotlib和numpy下载,在spyder中打开图形窗口

1. matplotlib和numpy下载地址

matplotlib和numpy下载地址
https://pypi.org/project/matplotlib/
https://pypi.org/project/numpy/
下载和自己python版本及系统匹配的库,我的是python 3.6, 64bit
matplotlib和numpy下载,在spyder中打开图形窗口

关于如何python版本的若干种方法
1. 打开windows的command prompt,输入python –version
matplotlib和numpy下载,在spyder中打开图形窗口
2. 如果使用enhanced shell,例如jupter notebook, spyder, 或者IPython等,输入!{sys.executable} –version
matplotlib和numpy下载,在spyder中打开图形窗口

2. 在spyder中打开图形窗口

tools =>preferences=>Ipython console=>Graphics
Graphics backend 中Backend 由Inline改为 Automatic