To_html(include_plotlyjs) - Use local bundle

Does anyone have a working example of using a locally stored plotly.min.js file to create html from a figure. I’ve looked all over and can’t seem to find one.

According to the documentation:

Blockquote
include_plotlyjs (bool or string ( default True )) – …
If a string that ends in ‘.js’, a script tag is included that references the specified path. This approach can be used to point the resulting HTML file to an alternative CDN or local bundle.

I’ve tried almost every permutation of Figure.to_html(include_plotlyjs=‘path/to/plotly.min.js’) that I can think of and the result I get is just a white screen.

Has anyone gotten this working?