Preserving interactive plots in Jupyter notebooks

I am using Plotly to create inline interactive plots from Matplotlib figures within a Jupyter notebook which works fine. However if I open the notebook from another machine the Plotly graph is blank. Is there a way to keep it visible in the notebook (like the matplotlib figures)? Or do I have to run the entire notebook every time I open it on a new computer?

I have tried several methods including embedding as HTML, and offline mode, all with the same result that the figures are blank when the notebook is opened from another location.

There are some discussions here.
Maybe useful