一、jupyter的安装
1)pip安装
pip install jupyter
2) 启动juypter
jupyter notebook
自动打开该网页
3)选择python3
二、jupyter内使用爬虫
1)urllib模块的使用
2)requests模块的使用
访问获取到的网页信息
一、jupyter的安装
1)pip安装
pip install jupyter
2) 启动juypter
jupyter notebook
自动打开该网页
3)选择python3
二、jupyter内使用爬虫
1)urllib模块的使用
2)requests模块的使用
访问获取到的网页信息
相关文章: