Access denied when connecting to depplearning.AI using iframe

I could connect to url

The url from one of the Batch’s newsletter

url = ‘https://www.deeplearning.ai/the-batch/the-world-needs-more-intelligence/’

Getting the content from the webpage’s contents

response = requests.get(url)

print(response.status_code)
print(response.text)
but when I run follwing
HTML(f’')
i get access denied.
Not sure why and no explanation in the lab about it

The URL you posted is broken.


See the attached screenshot

@mubsi, can you explore this issue?

Thanks, Tom, for letting me know. I’ll look into it. Not sure why it is not working anymore.

The connection response comes back as <Response [200]>, meaning it was successful, but it doesn’t display.

Btw, The link is correct and opens: The World Needs More Intelligence