Module 4 - Lesson 4: Installing packages Error

The Jupyter Notebook lesson includes a block of code to display HTML output in an i-frame:

HTML(f'<iframe src={url} width="60%" height="400"></iframe>')

This block of code does not run as deeplearning.ai has blocked it as it came from a different site:

/usr/local/lib/python3.9/site-packages/IPython/core/display.py:431: UserWarning: Consider using IPython.display.IFrame instead
  warnings.warn("Consider using IPython.display.IFrame instead")

Z

hi @zikrun its happends to my to,

maybe, sometimes… not sure, but security updates on the target or origin pages can make the function not work, you can continue the rest of the exercise as normal, that is just a windows to visualize the target page.

could be a good idea to change the visualization method or the target page of the exercice to do not show a broken message.