Python 学习笔记
- pycharm中无法显示seabron图形
需要在代码后面加上: pyplot.show()
#pyplot from matplotlib.pyplot
2. 生成requirements.txt文件
pip freeze > requirements.txt
3. 安装requirements.txt依赖
pip install -r requirements.txt
需要在代码后面加上: pyplot.show()
#pyplot from matplotlib.pyplot
pip freeze > requirements.txt
pip install -r requirements.txt