2021-01-10

jupyter notebook中直接安装python的第三方库。
例如安装pymysql : ! pip install pymysql。
2021-01-10_第1张图片
升级pip:
在这里插入图片描述

你可能感兴趣的:(jupyter,python)