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
The sed commands aren't needed, but I use them so that HTML file doesn't require any network requests and loads a local copy of the javascript library.
I am also looking for standalone export.
It's nearly possible with PlotlyBase.to_html.
By setting the kwarg include_plotlyjs="directory", the html script tag is changed to <script src="plotly.min.js"></script> (same for mathjax kwarg). We only have to provide the javascript file ourselves.
It would be convenient to have an option include_plotlyjs="download" to download and interpolate the javascript into the HTML file for offline standalone usage.
Describe the bug
A clear and concise description of what the bug is.
I can not export a stand-alone / off-line-ready html-figure.
It is not clear, how to use the parameter
include_plotlyjs
correctly.See also:
#366
Version info
Please provide the following:
versioninfo()
using Pkg; pkg"status"
(if you are on Julia 0.6 or earlier runPkg.status()
)The text was updated successfully, but these errors were encountered: