We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365c35f commit d1f5ad9Copy full SHA for d1f5ad9
src/display.jl
@@ -16,7 +16,7 @@ end
16
function Base.show(io::IO, mm::MIME"text/html", p::SyncPlot)
17
# if we are rendering docs -- short circuit and display html
18
if get_renderer() == DOCS
19
- return show(io, mm, p.plot, full_html=false, include_plotlyjs="require")
+ return show(io, mm, p.plot, full_html=false, include_plotlyjs="require-loaded")
20
end
21
show(io, mm, p.scope)
22
0 commit comments