环境说明
Python 3.10.4
Pip 22.0.4
国内安装包加速
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas requests
或
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
使用VSCode插件
1、安装Python插件;
2、在资源管理器中打开本地文件夹;
3、配置Python:命令解释器(查看—>命令面板);
设置终端显示最大行
设置:Terminal › Integrated: Scrollback
参考链接
https://zhuanlan.zhihu.com/p/213895139