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