You can add an iframe to a Jupyter cell as follows:
from IPython.display import IFrame IFrame(src="my_url", width=\'100%\', height=\'500px\')