Learn practical skills, build real-world projects, and advance your career
!pip install BeautifulSoup4
Collecting BeautifulSoup4 Downloading https://files.pythonhosted.org/packages/d1/41/e6495bd7d3781cee623ce23ea6ac73282a373088fcd0ddc809a047b18eae/beautifulsoup4-4.9.3-py3-none-any.whl (115kB) |████████████████████████████████| 122kB 3.3MB/s eta 0:00:01 Collecting soupsieve>1.2; python_version >= "3.0" (from BeautifulSoup4) Downloading https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl Installing collected packages: soupsieve, BeautifulSoup4 Successfully installed BeautifulSoup4-4.9.3 soupsieve-2.0.1
import requests
from bs4 import BeautifulSoup
import jovian
jovian.commit()
[jovian] Attempting to save notebook..