随笔分类 -  python模块安装

摘要:安装jupyter pip3 install jupyter --default-timeout=1000 -i https://pypi.tuna.tsinghua.edu.cn/simple 使用notebook jupyter notebook 阅读全文
posted @ 2020-02-10 15:06 知一以天 阅读(190) 评论(0) 推荐(0)
摘要:Python 3.7.4安装 1.cmd2.pip3 install selenium --default-timeout=1000 -i https://pypi.tuna.tsinghua.edu.cn/simple 安装selenium 需要依赖 webdriver 安装与浏览器版本匹配的we 阅读全文
posted @ 2020-02-09 21:50 知一以天 阅读(389) 评论(0) 推荐(0)