To View webpage directly in Jupyter

PHOTO EMBED

Mon Mar 07 2022 06:22:25 GMT+0000 (Coordinated Universal Time)

Saved by @abhin__dev

from IPython.display import IFrame
doc = IFrame(src='https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html',
             width=1000,height=400)
doc
content_copyCOPY

Jupyter notebook

http://localhost:8888/notebooks/Python/Untitled.ipynb