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
Hello, I've been using the function "PlotlyBase.to_html" recently, but it seems there is an error with an uninitialized variable (embed_plotlyjs) when a path to a ".js" file is provided.
...
elseif endswith(including, ".js")
# check if this is a file
if embed_plotlyjs
if !isfile(including)
error("cannot embed $(including) file not found")
end
...
The text was updated successfully, but these errors were encountered:
owein-thuillier
changed the title
Error with PlotlyBase.to_html : uninitialised variable
Error with PlotlyBase.to_html : uninitialized variable
Jan 25, 2022
Hello, I've been using the function "PlotlyBase.to_html" recently, but it seems there is an error with an uninitialized variable (embed_plotlyjs) when a path to a ".js" file is provided.
In file : https://github.com/sglyon/PlotlyBase.jl/blob/master/src/output.jl
The text was updated successfully, but these errors were encountered: