You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be acceptable to have this use the fastly CDN? We could also have it attempt to load the local version, and if it fails load the CDN copy (or the other way around). If so, let me know and I can submit a pull.
The text was updated successfully, but these errors were encountered:
This is actually already implemented. The js keyword argument accepts symbols :local, :embed, or :remote. :local is the default and is what you see, :embed just dumps all the js into the html file, and :remote uses the cdn.
I just noticed that when I save plots to HTML files it references a local copy of plotly:
Would it be acceptable to have this use the fastly CDN? We could also have it attempt to load the local version, and if it fails load the CDN copy (or the other way around). If so, let me know and I can submit a pull.
The text was updated successfully, but these errors were encountered: