摘要:
import requestsimport sysimport chardet #检测字符编码,但是有时候会有误差#查看两个网址的编码情况response1 = requests.get("https://github.com/favicon.ico")print(chardet.detect(re 阅读全文
摘要:
安装jupyter notebook的流程(注意python至少需要3.6版本) python -m pip install jupyter #安装jupyter python -m pip install –upgrade juypter #更新升级 注:这个会比较慢,最好设置时间,或者利用镜像更 阅读全文