I am trying the documentation example using Julia 0.2.1 and IJulia 0.1.5
srand(37)
plot(x=[1:500], y=cumsum(randn(500)), Geom.line, Guide.XLabel("time"),
Guide.YLabel("random.walk"))
The example above produces the output below in Firefox 28.0
Javascript error adding output!
ReferenceError: guide_background_mouseover is not defined
See your browser Javascript console for more details
>From the errors I have been obtaining it seems that quite a few things a
missing.
Is there way of debugging to verify check that the dependencies of each
component are all present?