2

I have a problem with jupyter notebook when exporting to HTML file. Usually, when I export the interactive charts, its features still remain when exporting to HTML file. But today, I had imported some extensions into jupyter notebook by anaconda prompt and when I exported to HTML file, the chart was static, not responsive as before. I have tried to uninstall anaconda and install it again but the problem isn't fixed.

Does anyone can help me? Thank you so much for your support.

enter image description here

Sang Huynh
  • 41
  • 3
  • `plotly.offline.plot(data, filename='file.html')`? Followed by, `from IPython.display import IFrame; IFrame(src='./file.html', width=1000, height=600)` – Aditya Jun 25 '20 at 08:52

0 Answers0