Hello everyone. When I put in the following:
using Plots
plotly()
plot(rand(10))
And then output via weave using:
weave((“doctest.jmd”), out_path=:pwd,doctype=“md2html”)
I get this:
Error:
[ Info: Weaving chunk 1 from line 7
┌ Warning: ERROR: BoundsError occurred, including output in Weaved document
└ @ Weave ~/.julia/packages/Weave/UOxmI/src/run.jl:243
[ Info: Report weaved to test.html
[ Info: Weaving chunk 1 from line 7
┌ Warning: ERROR: BoundsError occurred, including output in Weaved document
└ @ Weave ~/.julia/packages/Weave/UOxmI/src/run.jl:243
[ Info: Report weaved to test.html
With plotlyjs() I get this: