Challenge: scrape a website

my “urlopen” command is not working in jupyter. how can i solve that problem?

Hey,
for scraping a website you need to make a crawler on .py file and run it with command line. Don’t use jupyter for scrapy

Thanks :slight_smile: