How to load html objects in jupyter notebook

Hi,

I have used hv.save to save hv.Layout object as html file. I tried to load the html in jupyter notebook using

from IPython.display import HTML
HTML("file.html")

But doing this way changes few things about jupyter notebook which I am finding it tough to explain. Are there any other way to load the html files

Thanks
RT